Html Css Color HEX #201DDE Medium Blue

📋 copy color: '#201DDE'

red 32 ◦ green 29 ◦ blue 222

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

Shades of Medium Blue #201DDE

Tints of Medium Blue #201DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 222 (87.11% from 255) = 78.45%

R = 11.31%
G = 10.25%
B = 78.45%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#201DDE (or 0x201DDE) is known color: Medium Blue. HEX triplet: 20, 1D and DE. RGB value is (32,29,222). Sum of RGB (Red+Green+Blue) = 32+29+222=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #201DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DDE is #DFE221. Grayscale: #333333. Windows color (decimal): -14672418 or 14556448. OLE color: 14556448.

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

Color convert

RGB 32 29 222 -
CMYK 0.86 0.87 0 0.13
HSL 240.93º 0.77% 0.49% -
HSV(B) 240.93º 0.87% 0.87% -
XYZ 14.22 6.46 69.6 -
YUV 51.9 223.99 113.81 -
System Red Green Blue C M Y K H S L
Decimal 32 29 222 0.86 0.87 0 0.13 240.93 0.77 0.49
Hex 20 1D DE 56 57 0 D F1 4D 31
Octal 40 35 336 126 127 0 15 361 115 61
Binary 100000 11101 11011110 1010110 1010111 0 1101 11110001 1001101 110001

Color Harmonies of #201DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DDE

Black with #201DDE

Text Example


Text Example

White with #201DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,29,222); }

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

background-color css

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

 a { background-color: rgb(32,29,222); }

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

border-color css

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

 span { border-color: rgb(32,29,222); }

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