Shades of Blue #021FED
Tints of Blue #021FED
RGB
CMYK
RGB Variations
Color information
#021FED (or 0x021FED) is known color: Blue. HEX triplet: 02, 1F and ED. RGB value is (2,31,237). Sum of RGB (Red+Green+Blue) = 2+31+237=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 237 (92.97% from 255 or 87.78% from 270); Max value from RGB is 237 - color contains mainly: blue. Hex color #021FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021FED is #FDE012. Grayscale: #2C2C2C. Windows color (decimal): -16637971 or 15539970. OLE color: 15539970.
HSL color Cylindrical-coordinate representation of color #021FED: hue angle of 232.6º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FED is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 31 | 237 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.07 |
| HSL | 232.6º | 0.98% | 0.47% | - |
| HSV(B) | 232.6º | 0.99% | 0.93% | - |
| XYZ | 15.8 | 7.11 | 80.66 | - |
| YUV | 45.81 | 235.89 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 237 | 0.99 | 0.87 | 0 | 0.07 | 232.6 | 0.98 | 0.47 |
| Hex | 2 | 1F | ED | 63 | 57 | 0 | 7 | E9 | 62 | 2F |
| Octal | 2 | 37 | 355 | 143 | 127 | 0 | 7 | 351 | 142 | 57 |
| Binary | 10 | 11111 | 11101101 | 1100011 | 1010111 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #021FED
Complementary color
Monochromatic Colors of #021FED
Black with #021FED
Text Example
Text Example
White with #021FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021FED; }
p { color: rgb(2,31,237); }
H1.HeaderClassName
{
color: #021FED;
}
.AnyTagClassName
{
color: #021FED;
}
</style>
background-color css
<style>
a { background-color: #021FED; }
a { background-color: rgb(2,31,237); }
div.DivClassName
{
background-color: #021FED;
}
.BgClassName
{
background-color: #021FED;
}
</style>
border-color css
<style>
span { border-color: #021FED; }
span { border-color: rgb(2,31,237); }
td.TdClassName
{
border-color: #021FED;
}
.TagClassName
{
border-color: #021FED;
}
</style>