Shades of Medium Blue #210FCB
Tints of Medium Blue #210FCB
RGB
CMYK
RGB Variations
Color information
#210FCB (or 0x210FCB) is known color: Medium Blue. HEX triplet: 21, 0F and CB. RGB value is (33,15,203). Sum of RGB (Red+Green+Blue) = 33+15+203=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #210FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FCB is #DEF034. Grayscale: #292929. Windows color (decimal): -14610485 or 13307681. OLE color: 13307681.
HSL color Cylindrical-coordinate representation of color #210FCB: hue angle of 245.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210FCB is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 15 | 203 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.20 |
| HSL | 245.74º | 0.86% | 0.43% | - |
| HSV(B) | 245.74º | 0.93% | 0.8% | - |
| XYZ | 11.58 | 4.98 | 56.85 | - |
| YUV | 41.81 | 218.96 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 203 | 0.84 | 0.93 | 0 | 0.20 | 245.74 | 0.86 | 0.43 |
| Hex | 21 | F | CB | 54 | 5D | 0 | 14 | F6 | 56 | 2B |
| Octal | 41 | 17 | 313 | 124 | 135 | 0 | 24 | 366 | 126 | 53 |
| Binary | 100001 | 1111 | 11001011 | 1010100 | 1011101 | 0 | 10100 | 11110110 | 1010110 | 101011 |
Color Harmonies of #210FCB
Complementary color
Monochromatic Colors of #210FCB
Black with #210FCB
Text Example
Text Example
White with #210FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FCB; }
p { color: rgb(33,15,203); }
H1.HeaderClassName
{
color: #210FCB;
}
.AnyTagClassName
{
color: #210FCB;
}
</style>
background-color css
<style>
a { background-color: #210FCB; }
a { background-color: rgb(33,15,203); }
div.DivClassName
{
background-color: #210FCB;
}
.BgClassName
{
background-color: #210FCB;
}
</style>
border-color css
<style>
span { border-color: #210FCB; }
span { border-color: rgb(33,15,203); }
td.TdClassName
{
border-color: #210FCB;
}
.TagClassName
{
border-color: #210FCB;
}
</style>