Html Css Color HEX #2852CC Cerulean Blue

📋 copy color: '#2852CC'

red 40 ◦ green 82 ◦ blue 204

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

Shades of Cerulean Blue #2852CC

Tints of Cerulean Blue #2852CC

RGB

 RED value IS 40 (16.02% from 255) = 12.27%

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

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

R = 12.27%
G = 25.15%
B = 62.58%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2852CC (or 0x2852CC) is known color: Cerulean Blue. HEX triplet: 28, 52 and CC. RGB value is (40,82,204). Sum of RGB (Red+Green+Blue) = 40+82+204=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #2852CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852CC is #D7AD33. Grayscale: #525252. Windows color (decimal): -14134580 or 13390376. OLE color: 13390376.

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

Color convert

RGB 40 82 204 -
CMYK 0.80 0.60 0 0.2
HSL 224.63º 0.67% 0.48% -
HSV(B) 224.63º 0.8% 0.8% -
XYZ 14.79 10.85 58.44 -
YUV 83.35 196.09 97.08 -
System Red Green Blue C M Y K H S L
Decimal 40 82 204 0.80 0.60 0 0.2 224.63 0.67 0.48
Hex 28 52 CC 50 3C 0 14 E1 43 30
Octal 50 122 314 120 74 0 24 341 103 60
Binary 101000 1010010 11001100 1010000 111100 0 10100 11100001 1000011 110000

Color Harmonies of #2852CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852CC

Black with #2852CC

Text Example


Text Example

White with #2852CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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