Html Css Color HEX #2452AD Cerulean Blue

📋 copy color: '#2452AD'

red 36 ◦ green 82 ◦ blue 173

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

Shades of Cerulean Blue #2452AD

Tints of Cerulean Blue #2452AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

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

R = 12.37%
G = 28.18%
B = 59.45%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2452AD (or 0x2452AD) is known color: Cerulean Blue. HEX triplet: 24, 52 and AD. RGB value is (36,82,173). Sum of RGB (Red+Green+Blue) = 36+82+173=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2452AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2452AD is #DBAD52. Grayscale: #4E4E4E. Windows color (decimal): -14396755 or 11358756. OLE color: 11358756.

HSL color Cylindrical-coordinate representation of color #2452AD: hue angle of 219.85º 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 #2452AD is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 82 173 -
CMYK 0.79 0.53 0 0.32
HSL 219.85º 0.66% 0.41% -
HSV(B) 219.85º 0.79% 0.68% -
XYZ 11.29 9.43 40.76 -
YUV 78.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 36 82 173 0.79 0.53 0 0.32 219.85 0.66 0.41
Hex 24 52 AD 4F 35 0 20 DC 42 29
Octal 44 122 255 117 65 0 40 334 102 51
Binary 100100 1010010 10101101 1001111 110101 0 100000 11011100 1000010 101001

Color Harmonies of #2452AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452AD

Black with #2452AD

Text Example


Text Example

White with #2452AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2452AD; }

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

 H1.HeaderClassName
 {
   color: #2452AD;
 }
 .AnyTagClassName
 {
   color: #2452AD;
 }
</style>

background-color css

<style>
 a { background-color: #2452AD; }

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

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

border-color css

<style>
 span { border-color: #2452AD; }

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

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