Shades of Blue #210EFB
Tints of Blue #210EFB
RGB
CMYK
RGB Variations
Color information
#210EFB (or 0x210EFB) is known color: Blue. HEX triplet: 21, 0E and FB. RGB value is (33,14,251). Sum of RGB (Red+Green+Blue) = 33+14+251=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 251 (98.44% from 255 or 84.23% from 298); Max value from RGB is 251 - color contains mainly: blue. Hex color #210EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210EFB is #DEF104. Grayscale: #2D2D2D. Windows color (decimal): -14610693 or 16453153. OLE color: 16453153.
HSL color Cylindrical-coordinate representation of color #210EFB: hue angle of 244.81º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210EFB is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 14 | 251 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.02 |
| HSL | 244.81º | 0.97% | 0.52% | - |
| HSV(B) | 244.81º | 0.94% | 0.98% | - |
| XYZ | 18.2 | 7.6 | 91.78 | - |
| YUV | 46.7 | 243.29 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 251 | 0.87 | 0.94 | 0 | 0.02 | 244.81 | 0.97 | 0.52 |
| Hex | 21 | E | FB | 57 | 5E | 0 | 2 | F5 | 61 | 34 |
| Octal | 41 | 16 | 373 | 127 | 136 | 0 | 2 | 365 | 141 | 64 |
| Binary | 100001 | 1110 | 11111011 | 1010111 | 1011110 | 0 | 10 | 11110101 | 1100001 | 110100 |
Color Harmonies of #210EFB
Complementary color
Monochromatic Colors of #210EFB
Black with #210EFB
Text Example
Text Example
White with #210EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EFB; }
p { color: rgb(33,14,251); }
H1.HeaderClassName
{
color: #210EFB;
}
.AnyTagClassName
{
color: #210EFB;
}
</style>
background-color css
<style>
a { background-color: #210EFB; }
a { background-color: rgb(33,14,251); }
div.DivClassName
{
background-color: #210EFB;
}
.BgClassName
{
background-color: #210EFB;
}
</style>
border-color css
<style>
span { border-color: #210EFB; }
span { border-color: rgb(33,14,251); }
td.TdClassName
{
border-color: #210EFB;
}
.TagClassName
{
border-color: #210EFB;
}
</style>