Html Css Color HEX #201BE1 Medium Blue

📋 copy color: '#201BE1'

red 32 ◦ green 27 ◦ blue 225

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

Shades of Medium Blue #201BE1

Tints of Medium Blue #201BE1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 225 (88.28% from 255) = 79.23%

R = 11.27%
G = 9.51%
B = 79.23%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#201BE1 (or 0x201BE1) is known color: Medium Blue. HEX triplet: 20, 1B and E1. RGB value is (32,27,225). Sum of RGB (Red+Green+Blue) = 32+27+225=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 225 (88.28% from 255 or 79.23% from 284); Max value from RGB is 225 - color contains mainly: blue. Hex color #201BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BE1 is #DFE41E. Grayscale: #323232. Windows color (decimal): -14672927 or 14752544. OLE color: 14752544.

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

Color convert

RGB 32 27 225 -
CMYK 0.86 0.88 0 0.12
HSL 241.52º 0.79% 0.49% -
HSV(B) 241.52º 0.88% 0.88% -
XYZ 14.58 6.53 71.73 -
YUV 51.07 226.16 114.4 -
System Red Green Blue C M Y K H S L
Decimal 32 27 225 0.86 0.88 0 0.12 241.52 0.79 0.49
Hex 20 1B E1 56 58 0 C F2 4F 31
Octal 40 33 341 126 130 0 14 362 117 61
Binary 100000 11011 11100001 1010110 1011000 0 1100 11110010 1001111 110001

Color Harmonies of #201BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BE1

Black with #201BE1

Text Example


Text Example

White with #201BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,27,225); }

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

background-color css

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

 a { background-color: rgb(32,27,225); }

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

border-color css

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

 span { border-color: rgb(32,27,225); }

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