Shades of Medium Blue #210BCC
Tints of Medium Blue #210BCC
RGB
CMYK
RGB Variations
Color information
#210BCC (or 0x210BCC) is known color: Medium Blue. HEX triplet: 21, 0B and CC. RGB value is (33,11,204). Sum of RGB (Red+Green+Blue) = 33+11+204=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #210BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BCC is #DEF433. Grayscale: #262626. Windows color (decimal): -14611508 or 13372193. OLE color: 13372193.
HSL color Cylindrical-coordinate representation of color #210BCC: hue angle of 246.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BCC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 11 | 204 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.2 |
| HSL | 246.84º | 0.9% | 0.42% | - |
| HSV(B) | 246.84º | 0.95% | 0.8% | - |
| XYZ | 11.65 | 4.92 | 57.46 | - |
| YUV | 39.58 | 220.79 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 204 | 0.84 | 0.95 | 0 | 0.2 | 246.84 | 0.9 | 0.42 |
| Hex | 21 | B | CC | 54 | 5F | 0 | 14 | F7 | 5A | 2A |
| Octal | 41 | 13 | 314 | 124 | 137 | 0 | 24 | 367 | 132 | 52 |
| Binary | 100001 | 1011 | 11001100 | 1010100 | 1011111 | 0 | 10100 | 11110111 | 1011010 | 101010 |
Color Harmonies of #210BCC
Complementary color
Monochromatic Colors of #210BCC
Black with #210BCC
Text Example
Text Example
White with #210BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BCC; }
p { color: rgb(33,11,204); }
H1.HeaderClassName
{
color: #210BCC;
}
.AnyTagClassName
{
color: #210BCC;
}
</style>
background-color css
<style>
a { background-color: #210BCC; }
a { background-color: rgb(33,11,204); }
div.DivClassName
{
background-color: #210BCC;
}
.BgClassName
{
background-color: #210BCC;
}
</style>
border-color css
<style>
span { border-color: #210BCC; }
span { border-color: rgb(33,11,204); }
td.TdClassName
{
border-color: #210BCC;
}
.TagClassName
{
border-color: #210BCC;
}
</style>