Html Css Color HEX #2004DB Medium Blue

📋 copy color: '#2004DB'

red 32 ◦ green 4 ◦ blue 219

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

Shades of Medium Blue #2004DB

Tints of Medium Blue #2004DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 12.55%
G = 1.57%
B = 85.88%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2004DB (or 0x2004DB) is known color: Medium Blue. HEX triplet: 20, 04 and DB. RGB value is (32,4,219). Sum of RGB (Red+Green+Blue) = 32+4+219=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #2004DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004DB is #DFFB24. Grayscale: #242424. Windows color (decimal): -14678821 or 14353440. OLE color: 14353440.

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

Color convert

RGB 32 4 219 -
CMYK 0.85 0.98 0 0.14
HSL 247.81º 0.96% 0.44% -
HSV(B) 247.81º 0.98% 0.86% -
XYZ 13.43 5.51 67.37 -
YUV 36.88 230.78 124.52 -
System Red Green Blue C M Y K H S L
Decimal 32 4 219 0.85 0.98 0 0.14 247.81 0.96 0.44
Hex 20 4 DB 55 62 0 E F8 60 2C
Octal 40 4 333 125 142 0 16 370 140 54
Binary 100000 100 11011011 1010101 1100010 0 1110 11111000 1100000 101100

Color Harmonies of #2004DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004DB

Black with #2004DB

Text Example


Text Example

White with #2004DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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