Html Css Color HEX #245AAC Cerulean Blue

📋 copy color: '#245AAC'

red 36 ◦ green 90 ◦ blue 172

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

Shades of Cerulean Blue #245AAC

Tints of Cerulean Blue #245AAC

RGB

 RED value IS 36 (14.45% from 255) = 12.08%

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 12.08%
G = 30.2%
B = 57.72%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#245AAC (or 0x245AAC) is known color: Cerulean Blue. HEX triplet: 24, 5A and AC. RGB value is (36,90,172). Sum of RGB (Red+Green+Blue) = 36+90+172=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #245AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AAC is #DBA553. Grayscale: #525252. Windows color (decimal): -14394708 or 11295268. OLE color: 11295268.

HSL color Cylindrical-coordinate representation of color #245AAC: hue angle of 216.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245AAC is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 90 172 -
CMYK 0.79 0.48 0 0.33
HSL 216.18º 0.65% 0.41% -
HSV(B) 216.18º 0.79% 0.67% -
XYZ 11.83 10.67 40.46 -
YUV 83.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 36 90 172 0.79 0.48 0 0.33 216.18 0.65 0.41
Hex 24 5A AC 4F 30 0 21 D8 41 29
Octal 44 132 254 117 60 0 41 330 101 51
Binary 100100 1011010 10101100 1001111 110000 0 100001 11011000 1000001 101001

Color Harmonies of #245AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245AAC

Black with #245AAC

Text Example


Text Example

White with #245AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #245AAC;
 }
 .AnyTagClassName
 {
   color: #245AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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