Shades of Medium Blue #210BDD
Tints of Medium Blue #210BDD
RGB
CMYK
RGB Variations
Color information
#210BDD (or 0x210BDD) is known color: Medium Blue. HEX triplet: 21, 0B and DD. RGB value is (33,11,221). Sum of RGB (Red+Green+Blue) = 33+11+221=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #210BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BDD is #DEF422. Grayscale: #282828. Windows color (decimal): -14611491 or 14486305. OLE color: 14486305.
HSL color Cylindrical-coordinate representation of color #210BDD: hue angle of 246.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BDD is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 11 | 221 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.13 |
| HSL | 246.29º | 0.91% | 0.45% | - |
| HSV(B) | 246.29º | 0.95% | 0.87% | - |
| XYZ | 13.8 | 5.78 | 68.8 | - |
| YUV | 41.52 | 229.29 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 221 | 0.85 | 0.95 | 0 | 0.13 | 246.29 | 0.91 | 0.45 |
| Hex | 21 | B | DD | 55 | 5F | 0 | D | F6 | 5B | 2D |
| Octal | 41 | 13 | 335 | 125 | 137 | 0 | 15 | 366 | 133 | 55 |
| Binary | 100001 | 1011 | 11011101 | 1010101 | 1011111 | 0 | 1101 | 11110110 | 1011011 | 101101 |
Color Harmonies of #210BDD
Complementary color
Monochromatic Colors of #210BDD
Black with #210BDD
Text Example
Text Example
White with #210BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BDD; }
p { color: rgb(33,11,221); }
H1.HeaderClassName
{
color: #210BDD;
}
.AnyTagClassName
{
color: #210BDD;
}
</style>
background-color css
<style>
a { background-color: #210BDD; }
a { background-color: rgb(33,11,221); }
div.DivClassName
{
background-color: #210BDD;
}
.BgClassName
{
background-color: #210BDD;
}
</style>
border-color css
<style>
span { border-color: #210BDD; }
span { border-color: rgb(33,11,221); }
td.TdClassName
{
border-color: #210BDD;
}
.TagClassName
{
border-color: #210BDD;
}
</style>