Shades of Medium Blue #200FBB
Tints of Medium Blue #200FBB
RGB
CMYK
RGB Variations
Color information
#200FBB (or 0x200FBB) is known color: Medium Blue. HEX triplet: 20, 0F and BB. RGB value is (32,15,187). Sum of RGB (Red+Green+Blue) = 32+15+187=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #200FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FBB is #DFF044. Grayscale: #272727. Windows color (decimal): -14676037 or 12259104. OLE color: 12259104.
HSL color Cylindrical-coordinate representation of color #200FBB: hue angle of 245.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200FBB is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 15 | 187 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.27 |
| HSL | 245.93º | 0.85% | 0.4% | - |
| HSV(B) | 245.93º | 0.92% | 0.73% | - |
| XYZ | 9.74 | 4.24 | 47.32 | - |
| YUV | 39.69 | 211.13 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 187 | 0.83 | 0.92 | 0 | 0.27 | 245.93 | 0.85 | 0.4 |
| Hex | 20 | F | BB | 53 | 5C | 0 | 1B | F6 | 55 | 28 |
| Octal | 40 | 17 | 273 | 123 | 134 | 0 | 33 | 366 | 125 | 50 |
| Binary | 100000 | 1111 | 10111011 | 1010011 | 1011100 | 0 | 11011 | 11110110 | 1010101 | 101000 |
Color Harmonies of #200FBB
Complementary color
Monochromatic Colors of #200FBB
Black with #200FBB
Text Example
Text Example
White with #200FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FBB; }
p { color: rgb(32,15,187); }
H1.HeaderClassName
{
color: #200FBB;
}
.AnyTagClassName
{
color: #200FBB;
}
</style>
background-color css
<style>
a { background-color: #200FBB; }
a { background-color: rgb(32,15,187); }
div.DivClassName
{
background-color: #200FBB;
}
.BgClassName
{
background-color: #200FBB;
}
</style>
border-color css
<style>
span { border-color: #200FBB; }
span { border-color: rgb(32,15,187); }
td.TdClassName
{
border-color: #200FBB;
}
.TagClassName
{
border-color: #200FBB;
}
</style>