Shades of Medium Blue #210BBF
Tints of Medium Blue #210BBF
RGB
CMYK
RGB Variations
Color information
#210BBF (or 0x210BBF) is known color: Medium Blue. HEX triplet: 21, 0B and BF. RGB value is (33,11,191). Sum of RGB (Red+Green+Blue) = 33+11+191=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #210BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BBF is #DEF440. Grayscale: #252525. Windows color (decimal): -14611521 or 12520225. OLE color: 12520225.
HSL color Cylindrical-coordinate representation of color #210BBF: hue angle of 247.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BBF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 11 | 191 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.25 |
| HSL | 247.33º | 0.89% | 0.4% | - |
| HSV(B) | 247.33º | 0.94% | 0.75% | - |
| XYZ | 10.15 | 4.32 | 49.59 | - |
| YUV | 38.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 191 | 0.83 | 0.94 | 0 | 0.25 | 247.33 | 0.89 | 0.4 |
| Hex | 21 | B | BF | 53 | 5E | 0 | 19 | F7 | 59 | 28 |
| Octal | 41 | 13 | 277 | 123 | 136 | 0 | 31 | 367 | 131 | 50 |
| Binary | 100001 | 1011 | 10111111 | 1010011 | 1011110 | 0 | 11001 | 11110111 | 1011001 | 101000 |
Color Harmonies of #210BBF
Complementary color
Monochromatic Colors of #210BBF
Black with #210BBF
Text Example
Text Example
White with #210BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BBF; }
p { color: rgb(33,11,191); }
H1.HeaderClassName
{
color: #210BBF;
}
.AnyTagClassName
{
color: #210BBF;
}
</style>
background-color css
<style>
a { background-color: #210BBF; }
a { background-color: rgb(33,11,191); }
div.DivClassName
{
background-color: #210BBF;
}
.BgClassName
{
background-color: #210BBF;
}
</style>
border-color css
<style>
span { border-color: #210BBF; }
span { border-color: rgb(33,11,191); }
td.TdClassName
{
border-color: #210BBF;
}
.TagClassName
{
border-color: #210BBF;
}
</style>