Html Css Color HEX #200DCF Medium Blue

📋 copy color: '#200DCF'

red 32 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #200DCF

Tints of Medium Blue #200DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 82.14%

R = 12.7%
G = 5.16%
B = 82.14%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#200DCF (or 0x200DCF) is known color: Medium Blue. HEX triplet: 20, 0D and CF. RGB value is (32,13,207). Sum of RGB (Red+Green+Blue) = 32+13+207=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #200DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200DCF is #DFF230. Grayscale: #282828. Windows color (decimal): -14676529 or 13569312. OLE color: 13569312.

HSL color Cylindrical-coordinate representation of color #200DCF: hue angle of 245.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200DCF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 13 207 -
CMYK 0.85 0.94 0 0.19
HSL 245.88º 0.88% 0.43% -
HSV(B) 245.88º 0.94% 0.81% -
XYZ 12 5.1 59.38 -
YUV 40.8 221.79 121.73 -
System Red Green Blue C M Y K H S L
Decimal 32 13 207 0.85 0.94 0 0.19 245.88 0.88 0.43
Hex 20 D CF 55 5E 0 13 F6 58 2B
Octal 40 15 317 125 136 0 23 366 130 53
Binary 100000 1101 11001111 1010101 1011110 0 10011 11110110 1011000 101011

Color Harmonies of #200DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200DCF

Black with #200DCF

Text Example


Text Example

White with #200DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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