#266CD6

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

Shades of Royal Blue #266CD6

Tints of Royal Blue #266CD6

Color information

#266CD6 (or 0x266CD6) is unknown color: approx Royal Blue. HEX triplet: 26, 6C and D6. RGB value is (38,108,214). Sum of RGB (Red+Green+Blue) = 38+108+214=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #266CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CD6 is #D99329. Grayscale: #626262. Windows color (decimal): -14258986 or 14052390. OLE color: 14052390.

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

Color convert

RGB38108214-
CMYK0.820.5000.16
HSL216.14º69.84%49.41%-
HSV(B)216.14º82.24%83.92%-
XYZ18.315.9965.74-
YUV99.15192.8184.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.56%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 214 (83.98% from 255) = 59.44%
R=10.56%
G=30%
B=59.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal381082140.820.5000.16216.1469.8449.41
Hex266CD65232010d84631
Octal461543261226202033010661
Binary1001101101100110101101010010110010010000110110001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,108,214); }

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

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

 a { background-color: rgb(38,108,214); }

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

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

 span { border-color: rgb(38,108,214); }

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