Html Css Color HEX #200EBD Medium Blue

📋 copy color: '#200EBD'

red 32 ◦ green 14 ◦ blue 189

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

Shades of Medium Blue #200EBD

Tints of Medium Blue #200EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 80.43%

R = 13.62%
G = 5.96%
B = 80.43%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#200EBD (or 0x200EBD) is known color: Medium Blue. HEX triplet: 20, 0E and BD. RGB value is (32,14,189). Sum of RGB (Red+Green+Blue) = 32+14+189=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #200EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EBD is #DFF142. Grayscale: #262626. Windows color (decimal): -14676291 or 12389920. OLE color: 12389920.

HSL color Cylindrical-coordinate representation of color #200EBD: hue angle of 246.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200EBD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 14 189 -
CMYK 0.83 0.93 0 0.26
HSL 246.17º 0.86% 0.4% -
HSV(B) 246.17º 0.93% 0.74% -
XYZ 9.94 4.3 48.45 -
YUV 39.33 212.46 122.77 -
System Red Green Blue C M Y K H S L
Decimal 32 14 189 0.83 0.93 0 0.26 246.17 0.86 0.4
Hex 20 E BD 53 5D 0 1A F6 56 28
Octal 40 16 275 123 135 0 32 366 126 50
Binary 100000 1110 10111101 1010011 1011101 0 11010 11110110 1010110 101000

Color Harmonies of #200EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EBD

Black with #200EBD

Text Example


Text Example

White with #200EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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