Html Css Color HEX #2452CC Cerulean Blue

📋 copy color: '#2452CC'

red 36 ◦ green 82 ◦ blue 204

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

Shades of Cerulean Blue #2452CC

Tints of Cerulean Blue #2452CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 11.18%
G = 25.47%
B = 63.35%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2452CC (or 0x2452CC) is known color: Cerulean Blue. HEX triplet: 24, 52 and CC. RGB value is (36,82,204). Sum of RGB (Red+Green+Blue) = 36+82+204=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #2452CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452CC is #DBAD33. Grayscale: #515151. Windows color (decimal): -14396724 or 13390372. OLE color: 13390372.

HSL color Cylindrical-coordinate representation of color #2452CC: hue angle of 223.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2452CC is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 82 204 -
CMYK 0.82 0.60 0 0.2
HSL 223.57º 0.7% 0.47% -
HSV(B) 223.57º 0.82% 0.8% -
XYZ 14.64 10.77 58.43 -
YUV 82.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 36 82 204 0.82 0.60 0 0.2 223.57 0.7 0.47
Hex 24 52 CC 52 3C 0 14 E0 46 2F
Octal 44 122 314 122 74 0 24 340 106 57
Binary 100100 1010010 11001100 1010010 111100 0 10100 11100000 1000110 101111

Color Harmonies of #2452CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452CC

Black with #2452CC

Text Example


Text Example

White with #2452CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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