Shades of Medium Blue #210FBB
Tints of Medium Blue #210FBB
RGB
CMYK
RGB Variations
Color information
#210FBB (or 0x210FBB) is known color: Medium Blue. HEX triplet: 21, 0F and BB. RGB value is (33,15,187). Sum of RGB (Red+Green+Blue) = 33+15+187=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #210FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FBB is #DEF044. Grayscale: #272727. Windows color (decimal): -14610501 or 12259105. OLE color: 12259105.
HSL color Cylindrical-coordinate representation of color #210FBB: hue angle of 246.28º 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 #210FBB is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 15 | 187 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.27 |
| HSL | 246.28º | 0.85% | 0.4% | - |
| HSV(B) | 246.28º | 0.92% | 0.73% | - |
| XYZ | 9.77 | 4.25 | 47.32 | - |
| YUV | 39.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 187 | 0.82 | 0.92 | 0 | 0.27 | 246.28 | 0.85 | 0.4 |
| Hex | 21 | F | BB | 52 | 5C | 0 | 1B | F6 | 55 | 28 |
| Octal | 41 | 17 | 273 | 122 | 134 | 0 | 33 | 366 | 125 | 50 |
| Binary | 100001 | 1111 | 10111011 | 1010010 | 1011100 | 0 | 11011 | 11110110 | 1010101 | 101000 |
Color Harmonies of #210FBB
Complementary color
Monochromatic Colors of #210FBB
Black with #210FBB
Text Example
Text Example
White with #210FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FBB; }
p { color: rgb(33,15,187); }
H1.HeaderClassName
{
color: #210FBB;
}
.AnyTagClassName
{
color: #210FBB;
}
</style>
background-color css
<style>
a { background-color: #210FBB; }
a { background-color: rgb(33,15,187); }
div.DivClassName
{
background-color: #210FBB;
}
.BgClassName
{
background-color: #210FBB;
}
</style>
border-color css
<style>
span { border-color: #210FBB; }
span { border-color: rgb(33,15,187); }
td.TdClassName
{
border-color: #210FBB;
}
.TagClassName
{
border-color: #210FBB;
}
</style>