Html Css Color HEX #200EDB Medium Blue

📋 copy color: '#200EDB'

red 32 ◦ green 14 ◦ blue 219

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

Shades of Medium Blue #200EDB

Tints of Medium Blue #200EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.28%

 BLUE value IS 219 (85.94% from 255) = 82.64%

R = 12.08%
G = 5.28%
B = 82.64%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#200EDB (or 0x200EDB) is known color: Medium Blue. HEX triplet: 20, 0E and DB. RGB value is (32,14,219). Sum of RGB (Red+Green+Blue) = 32+14+219=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #200EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EDB is #DFF124. Grayscale: #292929. Windows color (decimal): -14676261 or 14356000. OLE color: 14356000.

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

Color convert

RGB 32 14 219 -
CMYK 0.85 0.94 0 0.14
HSL 245.27º 0.88% 0.46% -
HSV(B) 245.27º 0.94% 0.86% -
XYZ 13.54 5.74 67.41 -
YUV 42.75 227.46 120.33 -
System Red Green Blue C M Y K H S L
Decimal 32 14 219 0.85 0.94 0 0.14 245.27 0.88 0.46
Hex 20 E DB 55 5E 0 E F5 58 2E
Octal 40 16 333 125 136 0 16 365 130 56
Binary 100000 1110 11011011 1010101 1011110 0 1110 11110101 1011000 101110

Color Harmonies of #200EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EDB

Black with #200EDB

Text Example


Text Example

White with #200EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,14,219); }

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

background-color css

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

 a { background-color: rgb(32,14,219); }

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

border-color css

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

 span { border-color: rgb(32,14,219); }

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