Html Css Color HEX #201CE5 Medium Blue

📋 copy color: '#201CE5'

red 32 ◦ green 28 ◦ blue 229

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

Shades of Medium Blue #201CE5

Tints of Medium Blue #201CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

 BLUE value IS 229 (89.84% from 255) = 79.24%

R = 11.07%
G = 9.69%
B = 79.24%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#201CE5 (or 0x201CE5) is known color: Medium Blue. HEX triplet: 20, 1C and E5. RGB value is (32,28,229). Sum of RGB (Red+Green+Blue) = 32+28+229=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #201CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CE5 is #DFE31A. Grayscale: #333333. Windows color (decimal): -14672667 or 15014944. OLE color: 15014944.

HSL color Cylindrical-coordinate representation of color #201CE5: hue angle of 241.19º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201CE5 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 28 229 -
CMYK 0.86 0.88 0 0.10
HSL 241.19º 0.79% 0.5% -
HSV(B) 241.19º 0.88% 0.9% -
XYZ 15.15 6.79 74.64 -
YUV 52.11 227.83 113.66 -
System Red Green Blue C M Y K H S L
Decimal 32 28 229 0.86 0.88 0 0.10 241.19 0.79 0.5
Hex 20 1C E5 56 58 0 A F1 4F 32
Octal 40 34 345 126 130 0 12 361 117 62
Binary 100000 11100 11100101 1010110 1011000 0 1010 11110001 1001111 110010

Color Harmonies of #201CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CE5

Black with #201CE5

Text Example


Text Example

White with #201CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,28,229); }

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

background-color css

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

 a { background-color: rgb(32,28,229); }

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

border-color css

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

 span { border-color: rgb(32,28,229); }

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