Shades of Medium Blue #210FB8
Tints of Medium Blue #210FB8
RGB
CMYK
RGB Variations
Color information
#210FB8 (or 0x210FB8) is known color: Medium Blue. HEX triplet: 21, 0F and B8. RGB value is (33,15,184). Sum of RGB (Red+Green+Blue) = 33+15+184=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 184 (72.27% from 255 or 79.31% from 232); Max value from RGB is 184 - color contains mainly: blue. Hex color #210FB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FB8 is #DEF047. Grayscale: #262626. Windows color (decimal): -14610504 or 12062497. OLE color: 12062497.
HSL color Cylindrical-coordinate representation of color #210FB8: hue angle of 246.39º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210FB8 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 15 | 184 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.28 |
| HSL | 246.39º | 0.85% | 0.39% | - |
| HSV(B) | 246.39º | 0.92% | 0.72% | - |
| XYZ | 9.45 | 4.13 | 45.65 | - |
| YUV | 39.65 | 209.46 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 184 | 0.82 | 0.92 | 0 | 0.28 | 246.39 | 0.85 | 0.39 |
| Hex | 21 | F | B8 | 52 | 5C | 0 | 1C | F6 | 55 | 27 |
| Octal | 41 | 17 | 270 | 122 | 134 | 0 | 34 | 366 | 125 | 47 |
| Binary | 100001 | 1111 | 10111000 | 1010010 | 1011100 | 0 | 11100 | 11110110 | 1010101 | 100111 |
Color Harmonies of #210FB8
Complementary color
Monochromatic Colors of #210FB8
Black with #210FB8
Text Example
Text Example
White with #210FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FB8; }
p { color: rgb(33,15,184); }
H1.HeaderClassName
{
color: #210FB8;
}
.AnyTagClassName
{
color: #210FB8;
}
</style>
background-color css
<style>
a { background-color: #210FB8; }
a { background-color: rgb(33,15,184); }
div.DivClassName
{
background-color: #210FB8;
}
.BgClassName
{
background-color: #210FB8;
}
</style>
border-color css
<style>
span { border-color: #210FB8; }
span { border-color: rgb(33,15,184); }
td.TdClassName
{
border-color: #210FB8;
}
.TagClassName
{
border-color: #210FB8;
}
</style>