#245ABA

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

Shades of Cerulean Blue #245ABA

Tints of Cerulean Blue #245ABA

Color information

#245ABA (or 0x245ABA) is unknown color: approx Cerulean Blue. HEX triplet: 24, 5A and BA. RGB value is (36,90,186). Sum of RGB (Red+Green+Blue) = 36+90+186=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #245ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ABA is #DBA545. Grayscale: #545454. Windows color (decimal): -14394694 or 12212772. OLE color: 12212772.

HSL color Cylindrical-coordinate representation of color #245ABA: hue angle of 218.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245ABA is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3690186-
CMYK0.810.5200.27
HSL218.4º67.57%43.53%-
HSV(B)218.4º80.65%72.94%-
XYZ13.2511.2347.92-
YUV84.8185.1193.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.54%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=11.54%
G=28.85%
B=59.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal36901860.810.5200.27218.467.5743.53
Hex245ABA513401Bda442c
Octal441322721216403333210454
Binary1001001011010101110101010001110100011011110110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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