Html Css Color HEX #200DC9 Medium Blue

📋 copy color: '#200DC9'

red 32 ◦ green 13 ◦ blue 201

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

Shades of Medium Blue #200DC9

Tints of Medium Blue #200DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

 BLUE value IS 201 (78.91% from 255) = 81.71%

R = 13.01%
G = 5.28%
B = 81.71%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#200DC9 (or 0x200DC9) is known color: Medium Blue. HEX triplet: 20, 0D and C9. RGB value is (32,13,201). Sum of RGB (Red+Green+Blue) = 32+13+201=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 201 (78.91% from 255 or 81.71% from 246); Max value from RGB is 201 - color contains mainly: blue. Hex color #200DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200DC9 is #DFF236. Grayscale: #272727. Windows color (decimal): -14676535 or 13176096. OLE color: 13176096.

HSL color Cylindrical-coordinate representation of color #200DC9: hue angle of 246.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200DC9 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 13 201 -
CMYK 0.84 0.94 0 0.21
HSL 246.06º 0.88% 0.42% -
HSV(B) 246.06º 0.94% 0.79% -
XYZ 11.28 4.81 55.59 -
YUV 40.11 218.79 122.21 -
System Red Green Blue C M Y K H S L
Decimal 32 13 201 0.84 0.94 0 0.21 246.06 0.88 0.42
Hex 20 D C9 54 5E 0 15 F6 58 2A
Octal 40 15 311 124 136 0 25 366 130 52
Binary 100000 1101 11001001 1010100 1011110 0 10101 11110110 1011000 101010

Color Harmonies of #200DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200DC9

Black with #200DC9

Text Example


Text Example

White with #200DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200DC9; }

 p { color: rgb(32,13,201); }

 H1.HeaderClassName
 {
   color: #200DC9;
 }
 .AnyTagClassName
 {
   color: #200DC9;
 }
</style>

background-color css

<style>
 a { background-color: #200DC9; }

 a { background-color: rgb(32,13,201); }

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

border-color css

<style>
 span { border-color: #200DC9; }

 span { border-color: rgb(32,13,201); }

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