#200DBA

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

Shades of Medium Blue #200DBA

Tints of Medium Blue #200DBA

Color information

#200DBA (or 0x200DBA) is unknown color: approx Medium Blue. HEX triplet: 20, 0D and BA. RGB value is (32,13,186). Sum of RGB (Red+Green+Blue) = 32+13+186=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #200DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200DBA is #DFF245. Grayscale: #252525. Windows color (decimal): -14676550 or 12193056. OLE color: 12193056.

HSL color Cylindrical-coordinate representation of color #200DBA: hue angle of 246.59º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200DBA is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3213186-
CMYK0.830.9300.27
HSL246.59º86.93%39.02%-
HSV(B)246.59º93.01%72.94%-
XYZ9.64.1446.75-
YUV38.4211.29123.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 186 (73.05% from 255) = 80.52%
R=13.85%
G=5.63%
B=80.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32131860.830.9300.27246.5986.9339.02
Hex20DBA535D01Bf75727
Octal401527212313503336712747
Binary10000011011011101010100111011101011011111101111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,13,186); }

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

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

 a { background-color: rgb(32,13,186); }

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

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

 span { border-color: rgb(32,13,186); }

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