Html Css Color HEX #201CDD Medium Blue

📋 copy color: '#201CDD'

red 32 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #201CDD

Tints of Medium Blue #201CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.65%

R = 11.39%
G = 9.96%
B = 78.65%

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

#201CDD (or 0x201CDD) is known color: Medium Blue. HEX triplet: 20, 1C and DD. RGB value is (32,28,221). Sum of RGB (Red+Green+Blue) = 32+28+221=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #201CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CDD is #DFE322. Grayscale: #323232. Windows color (decimal): -14672675 or 14490656. OLE color: 14490656.

HSL color Cylindrical-coordinate representation of color #201CDD: hue angle of 241.24º degrees, saturation: 0.78, 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 #201CDD is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 28 221 -
CMYK 0.86 0.87 0 0.13
HSL 241.24º 0.78% 0.49% -
HSV(B) 241.24º 0.87% 0.87% -
XYZ 14.06 6.36 68.89 -
YUV 51.2 223.83 114.31 -
System Red Green Blue C M Y K H S L
Decimal 32 28 221 0.86 0.87 0 0.13 241.24 0.78 0.49
Hex 20 1C DD 56 57 0 D F1 4E 31
Octal 40 34 335 126 127 0 15 361 116 61
Binary 100000 11100 11011101 1010110 1010111 0 1101 11110001 1001110 110001

Color Harmonies of #201CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CDD

Black with #201CDD

Text Example


Text Example

White with #201CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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