Shades of Medium Blue #210FBA
Tints of Medium Blue #210FBA
RGB
CMYK
RGB Variations
Color information
#210FBA (or 0x210FBA) is known color: Medium Blue. HEX triplet: 21, 0F and BA. RGB value is (33,15,186). Sum of RGB (Red+Green+Blue) = 33+15+186=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #210FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FBA is #DEF045. Grayscale: #272727. Windows color (decimal): -14610502 or 12193569. OLE color: 12193569.
HSL color Cylindrical-coordinate representation of color #210FBA: hue angle of 246.32º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210FBA is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 15 | 186 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.27 |
| HSL | 246.32º | 0.85% | 0.39% | - |
| HSV(B) | 246.32º | 0.92% | 0.73% | - |
| XYZ | 9.66 | 4.21 | 46.76 | - |
| YUV | 39.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 186 | 0.82 | 0.92 | 0 | 0.27 | 246.32 | 0.85 | 0.39 |
| Hex | 21 | F | BA | 52 | 5C | 0 | 1B | F6 | 55 | 27 |
| Octal | 41 | 17 | 272 | 122 | 134 | 0 | 33 | 366 | 125 | 47 |
| Binary | 100001 | 1111 | 10111010 | 1010010 | 1011100 | 0 | 11011 | 11110110 | 1010101 | 100111 |
Color Harmonies of #210FBA
Complementary color
Monochromatic Colors of #210FBA
Black with #210FBA
Text Example
Text Example
White with #210FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FBA; }
p { color: rgb(33,15,186); }
H1.HeaderClassName
{
color: #210FBA;
}
.AnyTagClassName
{
color: #210FBA;
}
</style>
background-color css
<style>
a { background-color: #210FBA; }
a { background-color: rgb(33,15,186); }
div.DivClassName
{
background-color: #210FBA;
}
.BgClassName
{
background-color: #210FBA;
}
</style>
border-color css
<style>
span { border-color: #210FBA; }
span { border-color: rgb(33,15,186); }
td.TdClassName
{
border-color: #210FBA;
}
.TagClassName
{
border-color: #210FBA;
}
</style>