Html Css Color HEX #200ADE Medium Blue

📋 copy color: '#200ADE'

red 32 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #200ADE

Tints of Medium Blue #200ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 222 (87.11% from 255) = 84.09%

R = 12.12%
G = 3.79%
B = 84.09%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#200ADE (or 0x200ADE) is known color: Medium Blue. HEX triplet: 20, 0A and DE. RGB value is (32,10,222). Sum of RGB (Red+Green+Blue) = 32+10+222=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 222 (87.11% from 255 or 84.09% from 264); Max value from RGB is 222 - color contains mainly: blue. Hex color #200ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ADE is #DFF521. Grayscale: #272727. Windows color (decimal): -14677282 or 14551584. OLE color: 14551584.

HSL color Cylindrical-coordinate representation of color #200ADE: hue angle of 246.23º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200ADE is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 10 222 -
CMYK 0.86 0.95 0 0.13
HSL 246.23º 0.91% 0.45% -
HSV(B) 246.23º 0.95% 0.87% -
XYZ 13.89 5.8 69.49 -
YUV 40.75 230.29 121.76 -
System Red Green Blue C M Y K H S L
Decimal 32 10 222 0.86 0.95 0 0.13 246.23 0.91 0.45
Hex 20 A DE 56 5F 0 D F6 5B 2D
Octal 40 12 336 126 137 0 15 366 133 55
Binary 100000 1010 11011110 1010110 1011111 0 1101 11110110 1011011 101101

Color Harmonies of #200ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200ADE

Black with #200ADE

Text Example


Text Example

White with #200ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,10,222); }

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

background-color css

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

 a { background-color: rgb(32,10,222); }

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

border-color css

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

 span { border-color: rgb(32,10,222); }

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