Html Css Color HEX #201AD0 Medium Blue

📋 copy color: '#201AD0'

red 32 ◦ green 26 ◦ blue 208

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

Shades of Medium Blue #201AD0

Tints of Medium Blue #201AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 78.2%

R = 12.03%
G = 9.77%
B = 78.2%

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

#201AD0 (or 0x201AD0) is known color: Medium Blue. HEX triplet: 20, 1A and D0. RGB value is (32,26,208). Sum of RGB (Red+Green+Blue) = 32+26+208=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 208 (81.64% from 255 or 78.20% from 266); Max value from RGB is 208 - color contains mainly: blue. Hex color #201AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AD0 is #DFE52F. Grayscale: #2F2F2F. Windows color (decimal): -14673200 or 13638176. OLE color: 13638176.

HSL color Cylindrical-coordinate representation of color #201AD0: hue angle of 241.98º 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 #201AD0 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 26 208 -
CMYK 0.85 0.88 0 0.18
HSL 241.98º 0.78% 0.46% -
HSV(B) 241.98º 0.88% 0.82% -
XYZ 12.35 5.6 60.1 -
YUV 48.54 217.99 116.2 -
System Red Green Blue C M Y K H S L
Decimal 32 26 208 0.85 0.88 0 0.18 241.98 0.78 0.46
Hex 20 1A D0 55 58 0 12 F2 4E 2E
Octal 40 32 320 125 130 0 22 362 116 56
Binary 100000 11010 11010000 1010101 1011000 0 10010 11110010 1001110 101110

Color Harmonies of #201AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201AD0

Black with #201AD0

Text Example


Text Example

White with #201AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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