#200BD4

Color #200BD4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #200BD4

Tints of Medium Blue #200BD4

Color information

#200BD4 (or 0x200BD4) is unknown color: approx Medium Blue. HEX triplet: 20, 0B and D4. RGB value is (32,11,212). Sum of RGB (Red+Green+Blue) = 32+11+212=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 212 (83.20% from 255 or 83.14% from 255); Max value from RGB is 212 - color contains mainly: blue. Hex color #200BD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BD4 is #DFF42B. Grayscale: #272727. Windows color (decimal): -14677036 or 13896480. OLE color: 13896480.

HSL color Cylindrical-coordinate representation of color #200BD4: hue angle of 246.27º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BD4 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3211212-
CMYK0.850.9500.17
HSL246.27º90.13%43.73%-
HSV(B)246.27º94.81%83.14%-
XYZ12.65.362.65-
YUV40.19224.96122.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 212 (83.20% from 255) = 83.14%
R=12.55%
G=4.31%
B=83.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32112120.850.9500.17246.2790.1343.73
Hex20BD4555F011f65a2c
Octal401332412513702136613254
Binary10000010111101010010101011011111010001111101101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,11,212); }

 H1.HeaderClassName
 {
   color: #200BD4;
 }
 .AnyTagClassName
 {
   color: #200BD4;
 }
</style>
background-color css

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

 a { background-color: rgb(32,11,212); }

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

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

 span { border-color: rgb(32,11,212); }

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