#266FD7

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

Shades of Royal Blue #266FD7

Tints of Royal Blue #266FD7

Color information

#266FD7 (or 0x266FD7) is unknown color: approx Royal Blue. HEX triplet: 26, 6F and D7. RGB value is (38,111,215). Sum of RGB (Red+Green+Blue) = 38+111+215=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 215 (84.38% from 255 or 59.07% from 364); Max value from RGB is 215 - color contains mainly: blue. Hex color #266FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FD7 is #D99028. Grayscale: #646464. Windows color (decimal): -14258217 or 14118694. OLE color: 14118694.

HSL color Cylindrical-coordinate representation of color #266FD7: hue angle of 215.25º 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 #266FD7 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB38111215-
CMYK0.820.4800.16
HSL215.25º69.96%49.61%-
HSV(B)215.25º82.33%84.31%-
XYZ18.7516.6966.52-
YUV101.03192.3283.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.44%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 215 (84.38% from 255) = 59.07%
R=10.44%
G=30.49%
B=59.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal381112150.820.4800.16215.2569.9649.61
Hex266FD75230010d74632
Octal461573271226002032710662
Binary1001101101111110101111010010110000010000110101111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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