Html Css Color HEX #201EE4 Medium Blue

📋 copy color: '#201EE4'

red 32 ◦ green 30 ◦ blue 228

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

Shades of Medium Blue #201EE4

Tints of Medium Blue #201EE4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

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

R = 11.03%
G = 10.34%
B = 78.62%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#201EE4 (or 0x201EE4) is known color: Medium Blue. HEX triplet: 20, 1E and E4. RGB value is (32,30,228). Sum of RGB (Red+Green+Blue) = 32+30+228=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 228 (89.45% from 255 or 78.62% from 290); Max value from RGB is 228 - color contains mainly: blue. Hex color #201EE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EE4 is #DFE11B. Grayscale: #343434. Windows color (decimal): -14672156 or 14949920. OLE color: 14949920.

HSL color Cylindrical-coordinate representation of color #201EE4: hue angle of 240.61º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201EE4 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 30 228 -
CMYK 0.86 0.87 0 0.11
HSL 240.61º 0.79% 0.51% -
HSV(B) 240.61º 0.87% 0.89% -
XYZ 15.06 6.84 73.92 -
YUV 53.17 226.66 112.9 -
System Red Green Blue C M Y K H S L
Decimal 32 30 228 0.86 0.87 0 0.11 240.61 0.79 0.51
Hex 20 1E E4 56 57 0 B F1 4F 33
Octal 40 36 344 126 127 0 13 361 117 63
Binary 100000 11110 11100100 1010110 1010111 0 1011 11110001 1001111 110011

Color Harmonies of #201EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EE4

Black with #201EE4

Text Example


Text Example

White with #201EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201EE4; }

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

 H1.HeaderClassName
 {
   color: #201EE4;
 }
 .AnyTagClassName
 {
   color: #201EE4;
 }
</style>

background-color css

<style>
 a { background-color: #201EE4; }

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

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

border-color css

<style>
 span { border-color: #201EE4; }

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

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