Shades of Medium Blue #210BD6
Tints of Medium Blue #210BD6
RGB
CMYK
RGB Variations
Color information
#210BD6 (or 0x210BD6) is known color: Medium Blue. HEX triplet: 21, 0B and D6. RGB value is (33,11,214). Sum of RGB (Red+Green+Blue) = 33+11+214=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 214 (83.98% from 255 or 82.95% from 258); Max value from RGB is 214 - color contains mainly: blue. Hex color #210BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BD6 is #DEF429. Grayscale: #272727. Windows color (decimal): -14611498 or 14027553. OLE color: 14027553.
HSL color Cylindrical-coordinate representation of color #210BD6: hue angle of 246.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BD6 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 11 | 214 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.16 |
| HSL | 246.5º | 0.9% | 0.44% | - |
| HSV(B) | 246.5º | 0.95% | 0.84% | - |
| XYZ | 12.88 | 5.42 | 63.98 | - |
| YUV | 40.72 | 225.79 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 214 | 0.85 | 0.95 | 0 | 0.16 | 246.5 | 0.9 | 0.44 |
| Hex | 21 | B | D6 | 55 | 5F | 0 | 10 | F7 | 5A | 2C |
| Octal | 41 | 13 | 326 | 125 | 137 | 0 | 20 | 367 | 132 | 54 |
| Binary | 100001 | 1011 | 11010110 | 1010101 | 1011111 | 0 | 10000 | 11110111 | 1011010 | 101100 |
Color Harmonies of #210BD6
Complementary color
Monochromatic Colors of #210BD6
Black with #210BD6
Text Example
Text Example
White with #210BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BD6; }
p { color: rgb(33,11,214); }
H1.HeaderClassName
{
color: #210BD6;
}
.AnyTagClassName
{
color: #210BD6;
}
</style>
background-color css
<style>
a { background-color: #210BD6; }
a { background-color: rgb(33,11,214); }
div.DivClassName
{
background-color: #210BD6;
}
.BgClassName
{
background-color: #210BD6;
}
</style>
border-color css
<style>
span { border-color: #210BD6; }
span { border-color: rgb(33,11,214); }
td.TdClassName
{
border-color: #210BD6;
}
.TagClassName
{
border-color: #210BD6;
}
</style>