Shades of Blue #210FEA
Tints of Blue #210FEA
RGB
CMYK
RGB Variations
Color information
#210FEA (or 0x210FEA) is known color: Blue. HEX triplet: 21, 0F and EA. RGB value is (33,15,234). Sum of RGB (Red+Green+Blue) = 33+15+234=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #210FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210FEA is #DEF015. Grayscale: #2C2C2C. Windows color (decimal): -14610454 or 15339297. OLE color: 15339297.
HSL color Cylindrical-coordinate representation of color #210FEA: hue angle of 244.93º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210FEA is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 15 | 234 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.08 |
| HSL | 244.93º | 0.88% | 0.49% | - |
| HSV(B) | 244.93º | 0.94% | 0.92% | - |
| XYZ | 15.65 | 6.61 | 78.29 | - |
| YUV | 45.35 | 234.46 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 234 | 0.86 | 0.94 | 0 | 0.08 | 244.93 | 0.88 | 0.49 |
| Hex | 21 | F | EA | 56 | 5E | 0 | 8 | F5 | 58 | 31 |
| Octal | 41 | 17 | 352 | 126 | 136 | 0 | 10 | 365 | 130 | 61 |
| Binary | 100001 | 1111 | 11101010 | 1010110 | 1011110 | 0 | 1000 | 11110101 | 1011000 | 110001 |
Color Harmonies of #210FEA
Complementary color
Monochromatic Colors of #210FEA
Black with #210FEA
Text Example
Text Example
White with #210FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FEA; }
p { color: rgb(33,15,234); }
H1.HeaderClassName
{
color: #210FEA;
}
.AnyTagClassName
{
color: #210FEA;
}
</style>
background-color css
<style>
a { background-color: #210FEA; }
a { background-color: rgb(33,15,234); }
div.DivClassName
{
background-color: #210FEA;
}
.BgClassName
{
background-color: #210FEA;
}
</style>
border-color css
<style>
span { border-color: #210FEA; }
span { border-color: rgb(33,15,234); }
td.TdClassName
{
border-color: #210FEA;
}
.TagClassName
{
border-color: #210FEA;
}
</style>