Html Css Color HEX #2052CC Cerulean Blue

📋 copy color: '#2052CC'

red 32 ◦ green 82 ◦ blue 204

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

Shades of Cerulean Blue #2052CC

Tints of Cerulean Blue #2052CC

RGB

 RED value IS 32 (12.89% from 255) = 10.06%

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

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

R = 10.06%
G = 25.79%
B = 64.15%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2052CC (or 0x2052CC) is known color: Cerulean Blue. HEX triplet: 20, 52 and CC. RGB value is (32,82,204). Sum of RGB (Red+Green+Blue) = 32+82+204=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #2052CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052CC is #DFAD33. Grayscale: #505050. Windows color (decimal): -14658868 or 13390368. OLE color: 13390368.

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

Color convert

RGB 32 82 204 -
CMYK 0.84 0.60 0 0.2
HSL 222.56º 0.73% 0.46% -
HSV(B) 222.56º 0.84% 0.8% -
XYZ 14.51 10.7 58.43 -
YUV 80.96 197.44 93.08 -
System Red Green Blue C M Y K H S L
Decimal 32 82 204 0.84 0.60 0 0.2 222.56 0.73 0.46
Hex 20 52 CC 54 3C 0 14 DF 49 2E
Octal 40 122 314 124 74 0 24 337 111 56
Binary 100000 1010010 11001100 1010100 111100 0 10100 11011111 1001001 101110

Color Harmonies of #2052CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2052CC

Black with #2052CC

Text Example


Text Example

White with #2052CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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