#245BB0

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

Shades of Cerulean Blue #245BB0

Tints of Cerulean Blue #245BB0

Color information

#245BB0 (or 0x245BB0) is unknown color: approx Cerulean Blue. HEX triplet: 24, 5B and B0. RGB value is (36,91,176). Sum of RGB (Red+Green+Blue) = 36+91+176=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #245BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245BB0 is #DBA44F. Grayscale: #535353. Windows color (decimal): -14394448 or 11557668. OLE color: 11557668.

HSL color Cylindrical-coordinate representation of color #245BB0: hue angle of 216.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245BB0 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3691176-
CMYK0.800.4800.31
HSL216.43º66.04%41.57%-
HSV(B)216.43º79.55%69.02%-
XYZ12.3110.9942.55-
YUV84.24179.7893.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 176 (69.14% from 255) = 58.09%
R=11.88%
G=30.03%
B=58.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36911760.800.4800.31216.4366.0441.57
Hex245BB0503001Fd8422a
Octal441332601206003733010252
Binary1001001011011101100001010000110000011111110110001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,91,176); }

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

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

 a { background-color: rgb(36,91,176); }

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

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

 span { border-color: rgb(36,91,176); }

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