Html Css Color HEX #2050DB Cerulean Blue

📋 copy color: '#2050DB'

red 32 ◦ green 80 ◦ blue 219

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

Shades of Cerulean Blue #2050DB

Tints of Cerulean Blue #2050DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 9.67%
G = 24.17%
B = 66.16%

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

#2050DB (or 0x2050DB) is known color: Cerulean Blue. HEX triplet: 20, 50 and DB. RGB value is (32,80,219). Sum of RGB (Red+Green+Blue) = 32+80+219=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #2050DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2050DB is #DFAF24. Grayscale: #505050. Windows color (decimal): -14659365 or 14372896. OLE color: 14372896.

HSL color Cylindrical-coordinate representation of color #2050DB: hue angle of 224.6º degrees, saturation: 0.75, 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 #2050DB is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 80 219 -
CMYK 0.85 0.63 0 0.14
HSL 224.6º 0.75% 0.49% -
HSV(B) 224.6º 0.85% 0.86% -
XYZ 16.25 11.16 68.32 -
YUV 81.49 205.6 92.7 -
System Red Green Blue C M Y K H S L
Decimal 32 80 219 0.85 0.63 0 0.14 224.6 0.75 0.49
Hex 20 50 DB 55 3F 0 E E1 4B 31
Octal 40 120 333 125 77 0 16 341 113 61
Binary 100000 1010000 11011011 1010101 111111 0 1110 11100001 1001011 110001

Color Harmonies of #2050DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2050DB

Black with #2050DB

Text Example


Text Example

White with #2050DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,80,219); }

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

background-color css

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

 a { background-color: rgb(32,80,219); }

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

border-color css

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

 span { border-color: rgb(32,80,219); }

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