Shades of Blue #210EFE
Tints of Blue #210EFE
RGB
CMYK
RGB Variations
Color information
#210EFE (or 0x210EFE) is known color: Blue. HEX triplet: 21, 0E and FE. RGB value is (33,14,254). Sum of RGB (Red+Green+Blue) = 33+14+254=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #210EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210EFE is #DEF101. Grayscale: #2E2E2E. Windows color (decimal): -14610690 or 16649761. OLE color: 16649761.
HSL color Cylindrical-coordinate representation of color #210EFE: hue angle of 244.75º 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 #210EFE is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 14 | 254 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.00 |
| HSL | 244.75º | 0.99% | 0.53% | - |
| HSV(B) | 244.75º | 0.94% | 1% | - |
| XYZ | 18.67 | 7.79 | 94.29 | - |
| YUV | 47.04 | 244.79 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 254 | 0.87 | 0.94 | 0 | 0.00 | 244.75 | 0.99 | 0.53 |
| Hex | 21 | E | FE | 57 | 5E | 0 | 0 | F5 | 63 | 35 |
| Octal | 41 | 16 | 376 | 127 | 136 | 0 | 0 | 365 | 143 | 65 |
| Binary | 100001 | 1110 | 11111110 | 1010111 | 1011110 | 0 | 0 | 11110101 | 1100011 | 110101 |
Color Harmonies of #210EFE
Complementary color
Monochromatic Colors of #210EFE
Black with #210EFE
Text Example
Text Example
White with #210EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EFE; }
p { color: rgb(33,14,254); }
H1.HeaderClassName
{
color: #210EFE;
}
.AnyTagClassName
{
color: #210EFE;
}
</style>
background-color css
<style>
a { background-color: #210EFE; }
a { background-color: rgb(33,14,254); }
div.DivClassName
{
background-color: #210EFE;
}
.BgClassName
{
background-color: #210EFE;
}
</style>
border-color css
<style>
span { border-color: #210EFE; }
span { border-color: rgb(33,14,254); }
td.TdClassName
{
border-color: #210EFE;
}
.TagClassName
{
border-color: #210EFE;
}
</style>