Html Css Color HEX #2152CC Cerulean Blue

📋 copy color: '#2152CC'

red 33 ◦ green 82 ◦ blue 204

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

Shades of Cerulean Blue #2152CC

Tints of Cerulean Blue #2152CC

RGB

 RED value IS 33 (13.28% from 255) = 10.34%

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

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

R = 10.34%
G = 25.71%
B = 63.95%

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

#2152CC (or 0x2152CC) is known color: Cerulean Blue. HEX triplet: 21, 52 and CC. RGB value is (33,82,204). Sum of RGB (Red+Green+Blue) = 33+82+204=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #2152CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152CC is #DEAD33. Grayscale: #505050. Windows color (decimal): -14593332 or 13390369. OLE color: 13390369.

HSL color Cylindrical-coordinate representation of color #2152CC: hue angle of 222.81º degrees, saturation: 0.72, 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 #2152CC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 82 204 -
CMYK 0.84 0.60 0 0.2
HSL 222.81º 0.72% 0.46% -
HSV(B) 222.81º 0.84% 0.8% -
XYZ 14.54 10.72 58.43 -
YUV 81.26 197.27 93.58 -
System Red Green Blue C M Y K H S L
Decimal 33 82 204 0.84 0.60 0 0.2 222.81 0.72 0.46
Hex 21 52 CC 54 3C 0 14 DF 48 2E
Octal 41 122 314 124 74 0 24 337 110 56
Binary 100001 1010010 11001100 1010100 111100 0 10100 11011111 1001000 101110

Color Harmonies of #2152CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2152CC

Black with #2152CC

Text Example


Text Example

White with #2152CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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