Shades of Blue #210FFE
Tints of Blue #210FFE
RGB
CMYK
RGB Variations
Color information
#210FFE (or 0x210FFE) is known color: Blue. HEX triplet: 21, 0F and FE. RGB value is (33,15,254). Sum of RGB (Red+Green+Blue) = 33+15+254=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #210FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210FFE is #DEF001. Grayscale: #2E2E2E. Windows color (decimal): -14610434 or 16650017. OLE color: 16650017.
HSL color Cylindrical-coordinate representation of color #210FFE: hue angle of 244.52º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210FFE is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 15 | 254 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.00 |
| HSL | 244.52º | 0.99% | 0.53% | - |
| HSV(B) | 244.52º | 0.94% | 1% | - |
| XYZ | 18.69 | 7.82 | 94.29 | - |
| YUV | 47.63 | 244.46 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 254 | 0.87 | 0.94 | 0 | 0.00 | 244.52 | 0.99 | 0.53 |
| Hex | 21 | F | FE | 57 | 5E | 0 | 0 | F5 | 63 | 35 |
| Octal | 41 | 17 | 376 | 127 | 136 | 0 | 0 | 365 | 143 | 65 |
| Binary | 100001 | 1111 | 11111110 | 1010111 | 1011110 | 0 | 0 | 11110101 | 1100011 | 110101 |
Color Harmonies of #210FFE
Complementary color
Monochromatic Colors of #210FFE
Black with #210FFE
Text Example
Text Example
White with #210FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FFE; }
p { color: rgb(33,15,254); }
H1.HeaderClassName
{
color: #210FFE;
}
.AnyTagClassName
{
color: #210FFE;
}
</style>
background-color css
<style>
a { background-color: #210FFE; }
a { background-color: rgb(33,15,254); }
div.DivClassName
{
background-color: #210FFE;
}
.BgClassName
{
background-color: #210FFE;
}
</style>
border-color css
<style>
span { border-color: #210FFE; }
span { border-color: rgb(33,15,254); }
td.TdClassName
{
border-color: #210FFE;
}
.TagClassName
{
border-color: #210FFE;
}
</style>