Html Css Color HEX #2014E4 Medium Blue

📋 copy color: '#2014E4'

red 32 ◦ green 20 ◦ blue 228

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

Shades of Medium Blue #2014E4

Tints of Medium Blue #2014E4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 228 (89.45% from 255) = 81.43%

R = 11.43%
G = 7.14%
B = 81.43%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2014E4 (or 0x2014E4) is known color: Medium Blue. HEX triplet: 20, 14 and E4. RGB value is (32,20,228). Sum of RGB (Red+Green+Blue) = 32+20+228=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 228 (89.45% from 255 or 81.43% from 280); Max value from RGB is 228 - color contains mainly: blue. Hex color #2014E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014E4 is #DFEB1B. Grayscale: #2E2E2E. Windows color (decimal): -14674716 or 14947360. OLE color: 14947360.

HSL color Cylindrical-coordinate representation of color #2014E4: hue angle of 243.46º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2014E4 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 20 228 -
CMYK 0.86 0.91 0 0.11
HSL 243.46º 0.84% 0.49% -
HSV(B) 243.46º 0.91% 0.89% -
XYZ 14.85 6.41 73.85 -
YUV 47.3 229.98 117.09 -
System Red Green Blue C M Y K H S L
Decimal 32 20 228 0.86 0.91 0 0.11 243.46 0.84 0.49
Hex 20 14 E4 56 5B 0 B F3 54 31
Octal 40 24 344 126 133 0 13 363 124 61
Binary 100000 10100 11100100 1010110 1011011 0 1011 11110011 1010100 110001

Color Harmonies of #2014E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2014E4

Black with #2014E4

Text Example


Text Example

White with #2014E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2014E4; }

 p { color: rgb(32,20,228); }

 H1.HeaderClassName
 {
   color: #2014E4;
 }
 .AnyTagClassName
 {
   color: #2014E4;
 }
</style>

background-color css

<style>
 a { background-color: #2014E4; }

 a { background-color: rgb(32,20,228); }

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

border-color css

<style>
 span { border-color: #2014E4; }

 span { border-color: rgb(32,20,228); }

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