Html Css Color HEX #245AAD Cerulean Blue

📋 copy color: '#245AAD'

red 36 ◦ green 90 ◦ blue 173

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

Shades of Cerulean Blue #245AAD

Tints of Cerulean Blue #245AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 12.04%
G = 30.1%
B = 57.86%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#245AAD (or 0x245AAD) is known color: Cerulean Blue. HEX triplet: 24, 5A and AD. RGB value is (36,90,173). Sum of RGB (Red+Green+Blue) = 36+90+173=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #245AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AAD is #DBA552. Grayscale: #525252. Windows color (decimal): -14394707 or 11360804. OLE color: 11360804.

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

Color convert

RGB 36 90 173 -
CMYK 0.79 0.48 0 0.32
HSL 216.35º 0.66% 0.41% -
HSV(B) 216.35º 0.79% 0.68% -
XYZ 11.93 10.7 40.97 -
YUV 83.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 36 90 173 0.79 0.48 0 0.32 216.35 0.66 0.41
Hex 24 5A AD 4F 30 0 20 D8 42 29
Octal 44 132 255 117 60 0 40 330 102 51
Binary 100100 1011010 10101101 1001111 110000 0 100000 11011000 1000010 101001

Color Harmonies of #245AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245AAD

Black with #245AAD

Text Example


Text Example

White with #245AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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