Html Css Color HEX #2452DA Cerulean Blue

📋 copy color: '#2452DA'

red 36 ◦ green 82 ◦ blue 218

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

Shades of Cerulean Blue #2452DA

Tints of Cerulean Blue #2452DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 10.71%
G = 24.4%
B = 64.88%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2452DA (or 0x2452DA) is known color: Cerulean Blue. HEX triplet: 24, 52 and DA. RGB value is (36,82,218). Sum of RGB (Red+Green+Blue) = 36+82+218=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #2452DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452DA is #DBAD25. Grayscale: #535353. Windows color (decimal): -14396710 or 14307876. OLE color: 14307876.

HSL color Cylindrical-coordinate representation of color #2452DA: hue angle of 224.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2452DA is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 82 218 -
CMYK 0.83 0.62 0 0.15
HSL 224.84º 0.72% 0.5% -
HSV(B) 224.84º 0.83% 0.85% -
XYZ 16.4 11.47 67.68 -
YUV 83.75 203.76 93.94 -
System Red Green Blue C M Y K H S L
Decimal 36 82 218 0.83 0.62 0 0.15 224.84 0.72 0.5
Hex 24 52 DA 53 3E 0 F E1 48 32
Octal 44 122 332 123 76 0 17 341 110 62
Binary 100100 1010010 11011010 1010011 111110 0 1111 11100001 1001000 110010

Color Harmonies of #2452DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452DA

Black with #2452DA

Text Example


Text Example

White with #2452DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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