Html Css Color HEX #2004E0 Medium Blue

📋 copy color: '#2004E0'

red 32 ◦ green 4 ◦ blue 224

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

Shades of Medium Blue #2004E0

Tints of Medium Blue #2004E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 86.15%

R = 12.31%
G = 1.54%
B = 86.15%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2004E0 (or 0x2004E0) is known color: Medium Blue. HEX triplet: 20, 04 and E0. RGB value is (32,4,224). Sum of RGB (Red+Green+Blue) = 32+4+224=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 224 (87.89% from 255 or 86.15% from 260); Max value from RGB is 224 - color contains mainly: blue. Hex color #2004E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004E0 is #DFFB1F. Grayscale: #242424. Windows color (decimal): -14678816 or 14681120. OLE color: 14681120.

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

Color convert

RGB 32 4 224 -
CMYK 0.86 0.98 0 0.12
HSL 247.64º 0.96% 0.45% -
HSV(B) 247.64º 0.98% 0.88% -
XYZ 14.09 5.78 70.89 -
YUV 37.45 233.28 124.11 -
System Red Green Blue C M Y K H S L
Decimal 32 4 224 0.86 0.98 0 0.12 247.64 0.96 0.45
Hex 20 4 E0 56 62 0 C F8 60 2D
Octal 40 4 340 126 142 0 14 370 140 55
Binary 100000 100 11100000 1010110 1100010 0 1100 11111000 1100000 101101

Color Harmonies of #2004E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004E0

Black with #2004E0

Text Example


Text Example

White with #2004E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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