Html Css Color HEX #245ABA Cerulean Blue

📋 copy color: '#245ABA'

red 36 ◦ green 90 ◦ blue 186

#245ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #245ABA

Tints of Cerulean Blue #245ABA

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 value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#245ABA (or 0x245ABA) is known color: 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

RGB 36 90 186 -
CMYK 0.81 0.52 0 0.27
HSL 218.4º 0.68% 0.44% -
HSV(B) 218.4º 0.81% 0.73% -
XYZ 13.25 11.23 47.92 -
YUV 84.8 185.11 93.19 -
System Red Green Blue C M Y K H S L
Decimal 36 90 186 0.81 0.52 0 0.27 218.4 0.68 0.44
Hex 24 5A BA 51 34 0 1B DA 44 2C
Octal 44 132 272 121 64 0 33 332 104 54
Binary 100100 1011010 10111010 1010001 110100 0 11011 11011010 1000100 101100

Color Harmonies of #245ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245ABA

Black with #245ABA

Text Example


Text Example

White with #245ABA

Text Example


Text Example

HTML Codes & Css Web 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>