#266BFC

Color #266BFC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #266BFC

Tints of Royal Blue #266BFC

Color information

#266BFC (or 0x266BFC) is unknown color: approx Royal Blue. HEX triplet: 26, 6B and FC. RGB value is (38,107,252). Sum of RGB (Red+Green+Blue) = 38+107+252=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #266BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BFC is #D99403. Grayscale: #666666. Windows color (decimal): -14259204 or 16542502. OLE color: 16542502.

HSL color Cylindrical-coordinate representation of color #266BFC: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266BFC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB38107252-
CMYK0.850.5800.01
HSL220.65º97.27%56.86%-
HSV(B)220.65º84.92%98.82%-
XYZ23.6317.9694.32-
YUV102.9212.1481.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 9.57%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 252 (98.83% from 255) = 63.48%
R=9.57%
G=26.95%
B=63.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal381072520.850.5800.01220.6597.2756.86
Hex266BFC553A01dd6139
Octal46153374125720133514171
Binary100110110101111111100101010111101001110111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266BFC; }

 p { color: rgb(38,107,252); }

 H1.HeaderClassName
 {
   color: #266BFC;
 }
 .AnyTagClassName
 {
   color: #266BFC;
 }
</style>
background-color css

<style>
 a { background-color: #266BFC; }

 a { background-color: rgb(38,107,252); }

 div.DivClassName
 {
   background-color: #266BFC;
 }
 .BgClassName
 {
   background-color: #266BFC;
 }
</style>
border-color css

<style>
 span { border-color: #266BFC; }

 span { border-color: rgb(38,107,252); }

 td.TdClassName
 {
   border-color: #266BFC;
 }
 .TagClassName
 {
   border-color: #266BFC;
 }
</style>