Html Css Color HEX #2004DE Medium Blue

📋 copy color: '#2004DE'

red 32 ◦ green 4 ◦ blue 222

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

Shades of Medium Blue #2004DE

Tints of Medium Blue #2004DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 86.05%

R = 12.4%
G = 1.55%
B = 86.05%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2004DE (or 0x2004DE) is known color: Medium Blue. HEX triplet: 20, 04 and DE. RGB value is (32,4,222). Sum of RGB (Red+Green+Blue) = 32+4+222=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 222 (87.11% from 255 or 86.05% from 258); Max value from RGB is 222 - color contains mainly: blue. Hex color #2004DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004DE is #DFFB21. Grayscale: #242424. Windows color (decimal): -14678818 or 14550048. OLE color: 14550048.

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

Color convert

RGB 32 4 222 -
CMYK 0.86 0.98 0 0.13
HSL 247.71º 0.96% 0.44% -
HSV(B) 247.71º 0.98% 0.87% -
XYZ 13.82 5.67 69.47 -
YUV 37.22 232.28 124.27 -
System Red Green Blue C M Y K H S L
Decimal 32 4 222 0.86 0.98 0 0.13 247.71 0.96 0.44
Hex 20 4 DE 56 62 0 D F8 60 2C
Octal 40 4 336 126 142 0 15 370 140 54
Binary 100000 100 11011110 1010110 1100010 0 1101 11111000 1100000 101100

Color Harmonies of #2004DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004DE

Black with #2004DE

Text Example


Text Example

White with #2004DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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