Shades of Medium Blue #200BCF
Tints of Medium Blue #200BCF
RGB
CMYK
RGB Variations
Color information
#200BCF (or 0x200BCF) is known color: Medium Blue. HEX triplet: 20, 0B and CF. RGB value is (32,11,207). Sum of RGB (Red+Green+Blue) = 32+11+207=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 207 (81.25% from 255 or 82.8% from 250); Max value from RGB is 207 - color contains mainly: blue. Hex color #200BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BCF is #DFF430. Grayscale: #262626. Windows color (decimal): -14677041 or 13568800. OLE color: 13568800.
HSL color Cylindrical-coordinate representation of color #200BCF: hue angle of 246.43º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BCF is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 11 | 207 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.19 |
| HSL | 246.43º | 0.9% | 0.43% | - |
| HSV(B) | 246.43º | 0.95% | 0.81% | - |
| XYZ | 11.98 | 5.05 | 59.38 | - |
| YUV | 39.62 | 222.46 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 207 | 0.85 | 0.95 | 0 | 0.19 | 246.43 | 0.9 | 0.43 |
| Hex | 20 | B | CF | 55 | 5F | 0 | 13 | F6 | 5A | 2B |
| Octal | 40 | 13 | 317 | 125 | 137 | 0 | 23 | 366 | 132 | 53 |
| Binary | 100000 | 1011 | 11001111 | 1010101 | 1011111 | 0 | 10011 | 11110110 | 1011010 | 101011 |
Color Harmonies of #200BCF
Complementary color
Monochromatic Colors of #200BCF
Black with #200BCF
Text Example
Text Example
White with #200BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BCF; }
p { color: rgb(32,11,207); }
H1.HeaderClassName
{
color: #200BCF;
}
.AnyTagClassName
{
color: #200BCF;
}
</style>
background-color css
<style>
a { background-color: #200BCF; }
a { background-color: rgb(32,11,207); }
div.DivClassName
{
background-color: #200BCF;
}
.BgClassName
{
background-color: #200BCF;
}
</style>
border-color css
<style>
span { border-color: #200BCF; }
span { border-color: rgb(32,11,207); }
td.TdClassName
{
border-color: #200BCF;
}
.TagClassName
{
border-color: #200BCF;
}
</style>