Html Css Color HEX #200EC3 Medium Blue

📋 copy color: '#200EC3'

red 32 ◦ green 14 ◦ blue 195

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

Shades of Medium Blue #200EC3

Tints of Medium Blue #200EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 80.91%

R = 13.28%
G = 5.81%
B = 80.91%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#200EC3 (or 0x200EC3) is known color: Medium Blue. HEX triplet: 20, 0E and C3. RGB value is (32,14,195). Sum of RGB (Red+Green+Blue) = 32+14+195=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 195 (76.56% from 255 or 80.91% from 241); Max value from RGB is 195 - color contains mainly: blue. Hex color #200EC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EC3 is #DFF13C. Grayscale: #272727. Windows color (decimal): -14676285 or 12783136. OLE color: 12783136.

HSL color Cylindrical-coordinate representation of color #200EC3: hue angle of 245.97º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200EC3 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 14 195 -
CMYK 0.84 0.93 0 0.24
HSL 245.97º 0.87% 0.41% -
HSV(B) 245.97º 0.93% 0.76% -
XYZ 10.6 4.56 51.95 -
YUV 40.02 215.46 122.28 -
System Red Green Blue C M Y K H S L
Decimal 32 14 195 0.84 0.93 0 0.24 245.97 0.87 0.41
Hex 20 E C3 54 5D 0 18 F6 57 29
Octal 40 16 303 124 135 0 30 366 127 51
Binary 100000 1110 11000011 1010100 1011101 0 11000 11110110 1010111 101001

Color Harmonies of #200EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EC3

Black with #200EC3

Text Example


Text Example

White with #200EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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