Html Css Color HEX #2000D1 Medium Blue

📋 copy color: '#2000D1'

red 32 ◦ green 0 ◦ blue 209

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

Shades of Medium Blue #2000D1

Tints of Medium Blue #2000D1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 209 (82.03% from 255) = 86.72%

R = 13.28%
G = 0%
B = 86.72%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2000D1 (or 0x2000D1) is known color: Medium Blue. HEX triplet: 20, 00 and D1. RGB value is (32,0,209). Sum of RGB (Red+Green+Blue) = 32+0+209=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 209 (82.03% from 255 or 86.72% from 241); Max value from RGB is 209 - color contains mainly: blue. Hex color #2000D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000D1 is #DFFF2E. Grayscale: #202020. Windows color (decimal): -14679855 or 13697056. OLE color: 13697056.

HSL color Cylindrical-coordinate representation of color #2000D1: hue angle of 249.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000D1 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 0 209 -
CMYK 0.85 1 0 0.18
HSL 249.19º 1% 0.41% -
HSV(B) 249.19º 1% 0.82% -
XYZ 12.1 4.91 60.63 -
YUV 33.39 227.1 127.01 -
System Red Green Blue C M Y K H S L
Decimal 32 0 209 0.85 1 0 0.18 249.19 1 0.41
Hex 20 0 D1 55 64 0 12 F9 64 29
Octal 40 0 321 125 144 0 22 371 144 51
Binary 100000 0 11010001 1010101 1100100 0 10010 11111001 1100100 101001

Color Harmonies of #2000D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000D1

Black with #2000D1

Text Example


Text Example

White with #2000D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2000D1; }

 p { color: rgb(32,0,209); }

 H1.HeaderClassName
 {
   color: #2000D1;
 }
 .AnyTagClassName
 {
   color: #2000D1;
 }
</style>

background-color css

<style>
 a { background-color: #2000D1; }

 a { background-color: rgb(32,0,209); }

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

border-color css

<style>
 span { border-color: #2000D1; }

 span { border-color: rgb(32,0,209); }

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