Html Css Color HEX #200ADB Medium Blue

📋 copy color: '#200ADB'

red 32 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #200ADB

Tints of Medium Blue #200ADB

RGB

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

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

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

R = 12.26%
G = 3.83%
B = 83.91%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#200ADB (or 0x200ADB) is known color: Medium Blue. HEX triplet: 20, 0A and DB. RGB value is (32,10,219). Sum of RGB (Red+Green+Blue) = 32+10+219=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #200ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ADB is #DFF524. Grayscale: #272727. Windows color (decimal): -14677285 or 14354976. OLE color: 14354976.

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

Color convert

RGB 32 10 219 -
CMYK 0.85 0.95 0 0.14
HSL 246.32º 0.91% 0.45% -
HSV(B) 246.32º 0.95% 0.86% -
XYZ 13.49 5.64 67.4 -
YUV 40.4 228.79 122.01 -
System Red Green Blue C M Y K H S L
Decimal 32 10 219 0.85 0.95 0 0.14 246.32 0.91 0.45
Hex 20 A DB 55 5F 0 E F6 5B 2D
Octal 40 12 333 125 137 0 16 366 133 55
Binary 100000 1010 11011011 1010101 1011111 0 1110 11110110 1011011 101101

Color Harmonies of #200ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200ADB

Black with #200ADB

Text Example


Text Example

White with #200ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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