Html Css Color HEX #201AD1 Medium Blue

📋 copy color: '#201AD1'

red 32 ◦ green 26 ◦ blue 209

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

Shades of Medium Blue #201AD1

Tints of Medium Blue #201AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 209 (82.03% from 255) = 78.28%

R = 11.99%
G = 9.74%
B = 78.28%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#201AD1 (or 0x201AD1) is known color: Medium Blue. HEX triplet: 20, 1A and D1. RGB value is (32,26,209). Sum of RGB (Red+Green+Blue) = 32+26+209=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 209 (82.03% from 255 or 78.28% from 267); Max value from RGB is 209 - color contains mainly: blue. Hex color #201AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AD1 is #DFE52E. Grayscale: #2F2F2F. Windows color (decimal): -14673199 or 13703712. OLE color: 13703712.

HSL color Cylindrical-coordinate representation of color #201AD1: hue angle of 241.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201AD1 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 26 209 -
CMYK 0.85 0.88 0 0.18
HSL 241.97º 0.78% 0.46% -
HSV(B) 241.97º 0.88% 0.82% -
XYZ 12.47 5.65 60.75 -
YUV 48.66 218.49 116.12 -
System Red Green Blue C M Y K H S L
Decimal 32 26 209 0.85 0.88 0 0.18 241.97 0.78 0.46
Hex 20 1A D1 55 58 0 12 F2 4E 2E
Octal 40 32 321 125 130 0 22 362 116 56
Binary 100000 11010 11010001 1010101 1011000 0 10010 11110010 1001110 101110

Color Harmonies of #201AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201AD1

Black with #201AD1

Text Example


Text Example

White with #201AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,26,209); }

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

background-color css

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

 a { background-color: rgb(32,26,209); }

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

border-color css

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

 span { border-color: rgb(32,26,209); }

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