#266ED7

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

Shades of Royal Blue #266ED7

Tints of Royal Blue #266ED7

Color information

#266ED7 (or 0x266ED7) is unknown color: approx Royal Blue. HEX triplet: 26, 6E and D7. RGB value is (38,110,215). Sum of RGB (Red+Green+Blue) = 38+110+215=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #266ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ED7 is #D99128. Grayscale: #636363. Windows color (decimal): -14258473 or 14118438. OLE color: 14118438.

HSL color Cylindrical-coordinate representation of color #266ED7: hue angle of 215.59º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266ED7 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB38110215-
CMYK0.820.4900.16
HSL215.59º69.96%49.61%-
HSV(B)215.59º82.33%84.31%-
XYZ18.6416.4766.49-
YUV100.44192.6583.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.47%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 215 (84.38% from 255) = 59.23%
R=10.47%
G=30.30%
B=59.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal381102150.820.4900.16215.5969.9649.61
Hex266ED75231010d84632
Octal461563271226102033010662
Binary1001101101110110101111010010110001010000110110001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,215); }

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

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

 a { background-color: rgb(38,110,215); }

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

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

 span { border-color: rgb(38,110,215); }

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