#245AAF

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

Shades of Cerulean Blue #245AAF

Tints of Cerulean Blue #245AAF

Color information

#245AAF (or 0x245AAF) is unknown color: approx Cerulean Blue. HEX triplet: 24, 5A and AF. RGB value is (36,90,175). Sum of RGB (Red+Green+Blue) = 36+90+175=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #245AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AAF is #DBA550. Grayscale: #535353. Windows color (decimal): -14394705 or 11491876. OLE color: 11491876.

HSL color Cylindrical-coordinate representation of color #245AAF: hue angle of 216.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245AAF is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3690175-
CMYK0.790.4900.31
HSL216.69º65.88%41.37%-
HSV(B)216.69º79.43%68.63%-
XYZ12.1210.7842-
YUV83.54179.6194.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.96%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=11.96%
G=29.90%
B=58.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36901750.790.4900.31216.6965.8841.37
Hex245AAF4F3101Fd94229
Octal441322571176103733110251
Binary1001001011010101011111001111110001011111110110011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245AAF; }

 p { color: rgb(36,90,175); }

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

<style>
 a { background-color: #245AAF; }

 a { background-color: rgb(36,90,175); }

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

<style>
 span { border-color: #245AAF; }

 span { border-color: rgb(36,90,175); }

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