Shades of Blue #210BFB
Tints of Blue #210BFB
RGB
CMYK
RGB Variations
Color information
#210BFB (or 0x210BFB) is known color: Blue. HEX triplet: 21, 0B and FB. RGB value is (33,11,251). Sum of RGB (Red+Green+Blue) = 33+11+251=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #210BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210BFB is #DEF404. Grayscale: #2C2C2C. Windows color (decimal): -14611461 or 16452385. OLE color: 16452385.
HSL color Cylindrical-coordinate representation of color #210BFB: hue angle of 245.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210BFB is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 11 | 251 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.02 |
| HSL | 245.5º | 0.97% | 0.51% | - |
| HSV(B) | 245.5º | 0.96% | 0.98% | - |
| XYZ | 18.16 | 7.53 | 91.76 | - |
| YUV | 44.94 | 244.29 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 251 | 0.87 | 0.96 | 0 | 0.02 | 245.5 | 0.97 | 0.51 |
| Hex | 21 | B | FB | 57 | 60 | 0 | 2 | F6 | 61 | 33 |
| Octal | 41 | 13 | 373 | 127 | 140 | 0 | 2 | 366 | 141 | 63 |
| Binary | 100001 | 1011 | 11111011 | 1010111 | 1100000 | 0 | 10 | 11110110 | 1100001 | 110011 |
Color Harmonies of #210BFB
Complementary color
Monochromatic Colors of #210BFB
Black with #210BFB
Text Example
Text Example
White with #210BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BFB; }
p { color: rgb(33,11,251); }
H1.HeaderClassName
{
color: #210BFB;
}
.AnyTagClassName
{
color: #210BFB;
}
</style>
background-color css
<style>
a { background-color: #210BFB; }
a { background-color: rgb(33,11,251); }
div.DivClassName
{
background-color: #210BFB;
}
.BgClassName
{
background-color: #210BFB;
}
</style>
border-color css
<style>
span { border-color: #210BFB; }
span { border-color: rgb(33,11,251); }
td.TdClassName
{
border-color: #210BFB;
}
.TagClassName
{
border-color: #210BFB;
}
</style>