Shades of Medium Blue #200FBA
Tints of Medium Blue #200FBA
RGB
CMYK
RGB Variations
Color information
#200FBA (or 0x200FBA) is known color: Medium Blue. HEX triplet: 20, 0F and BA. RGB value is (32,15,186). Sum of RGB (Red+Green+Blue) = 32+15+186=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #200FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FBA is #DFF045. Grayscale: #262626. Windows color (decimal): -14676038 or 12193568. OLE color: 12193568.
HSL color Cylindrical-coordinate representation of color #200FBA: hue angle of 245.96º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200FBA is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 15 | 186 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.27 |
| HSL | 245.96º | 0.85% | 0.39% | - |
| HSV(B) | 245.96º | 0.92% | 0.73% | - |
| XYZ | 9.63 | 4.19 | 46.76 | - |
| YUV | 39.58 | 210.63 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 186 | 0.83 | 0.92 | 0 | 0.27 | 245.96 | 0.85 | 0.39 |
| Hex | 20 | F | BA | 53 | 5C | 0 | 1B | F6 | 55 | 27 |
| Octal | 40 | 17 | 272 | 123 | 134 | 0 | 33 | 366 | 125 | 47 |
| Binary | 100000 | 1111 | 10111010 | 1010011 | 1011100 | 0 | 11011 | 11110110 | 1010101 | 100111 |
Color Harmonies of #200FBA
Complementary color
Monochromatic Colors of #200FBA
Black with #200FBA
Text Example
Text Example
White with #200FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FBA; }
p { color: rgb(32,15,186); }
H1.HeaderClassName
{
color: #200FBA;
}
.AnyTagClassName
{
color: #200FBA;
}
</style>
background-color css
<style>
a { background-color: #200FBA; }
a { background-color: rgb(32,15,186); }
div.DivClassName
{
background-color: #200FBA;
}
.BgClassName
{
background-color: #200FBA;
}
</style>
border-color css
<style>
span { border-color: #200FBA; }
span { border-color: rgb(32,15,186); }
td.TdClassName
{
border-color: #200FBA;
}
.TagClassName
{
border-color: #200FBA;
}
</style>