#245ab8

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

Shades of Cerulean Blue #245AB8

Tints of Cerulean Blue #245AB8

Color information

#245AB8 (or 0x245AB8) is unknown color: approx Cerulean Blue. HEX triplet: 24, 5A and B8. RGB value is (36,90,184). Sum of RGB (Red+Green+Blue) = 36+90+184=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #245AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245AB8 is #DBA547. Grayscale: #545454. Windows color (decimal): -14394696 or 12081700. OLE color: 12081700.

HSL color Cylindrical-coordinate representation of color #245AB8: hue angle of 218.11º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245AB8 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3690184-
CMYK0.800.5100.28
HSL218.11º67.27%43.14%-
HSV(B)218.11º80.43%72.16%-
XYZ13.0411.1546.81-
YUV84.57184.1193.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.61%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 184 (72.27% from 255) = 59.35%
R=11.61%
G=29.03%
B=59.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal36901840.800.5100.28218.1167.2743.14
Hex245AB8503301Cda432b
Octal441322701206303433210353
Binary1001001011010101110001010000110011011100110110101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245ab8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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