Html Css Color HEX #2152DB Cerulean Blue

📋 copy color: '#2152DB'

red 33 ◦ green 82 ◦ blue 219

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

Shades of Cerulean Blue #2152DB

Tints of Cerulean Blue #2152DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.57%

R = 9.88%
G = 24.55%
B = 65.57%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2152DB (or 0x2152DB) is known color: Cerulean Blue. HEX triplet: 21, 52 and DB. RGB value is (33,82,219). Sum of RGB (Red+Green+Blue) = 33+82+219=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #2152DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152DB is #DEAD24. Grayscale: #525252. Windows color (decimal): -14593317 or 14373409. OLE color: 14373409.

HSL color Cylindrical-coordinate representation of color #2152DB: hue angle of 224.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2152DB is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 82 219 -
CMYK 0.85 0.63 0 0.14
HSL 224.19º 0.74% 0.49% -
HSV(B) 224.19º 0.85% 0.86% -
XYZ 16.43 11.47 68.37 -
YUV 82.97 204.77 92.36 -
System Red Green Blue C M Y K H S L
Decimal 33 82 219 0.85 0.63 0 0.14 224.19 0.74 0.49
Hex 21 52 DB 55 3F 0 E E0 4A 31
Octal 41 122 333 125 77 0 16 340 112 61
Binary 100001 1010010 11011011 1010101 111111 0 1110 11100000 1001010 110001

Color Harmonies of #2152DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2152DB

Black with #2152DB

Text Example


Text Example

White with #2152DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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