#264DA9

Color #264DA9 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #264DA9

Tints of Cerulean Blue #264DA9

Color information

#264DA9 (or 0x264DA9) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and A9. RGB value is (38,77,169). Sum of RGB (Red+Green+Blue) = 38+77+169=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #264DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DA9 is #D9B256. Grayscale: #4B4B4B. Windows color (decimal): -14266967 or 11095334. OLE color: 11095334.

HSL color Cylindrical-coordinate representation of color #264DA9: hue angle of 222.14º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264DA9 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3877169-
CMYK0.780.5400.34
HSL222.14º63.29%40.59%-
HSV(B)222.14º77.51%66.27%-
XYZ10.618.5838.63-
YUV75.83180.58101.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=13.38%
G=27.11%
B=59.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38771690.780.5400.34222.1463.2940.59
Hex264DA94E36022de3f29
Octal46115251116660423367751
Binary1001101001101101010011001110110110010001011011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264DA9; }

 p { color: rgb(38,77,169); }

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

<style>
 a { background-color: #264DA9; }

 a { background-color: rgb(38,77,169); }

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

<style>
 span { border-color: #264DA9; }

 span { border-color: rgb(38,77,169); }

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