Shades of Blue #021DFE
Tints of Blue #021DFE
RGB
CMYK
RGB Variations
Color information
#021DFE (or 0x021DFE) is known color: Blue. HEX triplet: 02, 1D and FE. RGB value is (2,29,254). Sum of RGB (Red+Green+Blue) = 2+29+254=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 254 (99.61% from 255 or 89.12% from 285); Max value from RGB is 254 - color contains mainly: blue. Hex color #021DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DFE is #FDE201. Grayscale: #2D2D2D. Windows color (decimal): -16638466 or 16653570. OLE color: 16653570.
HSL color Cylindrical-coordinate representation of color #021DFE: hue angle of 233.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DFE is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 29 | 254 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.00 |
| HSL | 233.57º | 0.99% | 0.5% | - |
| HSV(B) | 233.57º | 0.99% | 1% | - |
| XYZ | 18.35 | 8.05 | 94.35 | - |
| YUV | 46.58 | 245.05 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 254 | 0.99 | 0.89 | 0 | 0.00 | 233.57 | 0.99 | 0.5 |
| Hex | 2 | 1D | FE | 63 | 59 | 0 | 0 | EA | 63 | 32 |
| Octal | 2 | 35 | 376 | 143 | 131 | 0 | 0 | 352 | 143 | 62 |
| Binary | 10 | 11101 | 11111110 | 1100011 | 1011001 | 0 | 0 | 11101010 | 1100011 | 110010 |
Color Harmonies of #021DFE
Complementary color
Monochromatic Colors of #021DFE
Black with #021DFE
Text Example
Text Example
White with #021DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DFE; }
p { color: rgb(2,29,254); }
H1.HeaderClassName
{
color: #021DFE;
}
.AnyTagClassName
{
color: #021DFE;
}
</style>
background-color css
<style>
a { background-color: #021DFE; }
a { background-color: rgb(2,29,254); }
div.DivClassName
{
background-color: #021DFE;
}
.BgClassName
{
background-color: #021DFE;
}
</style>
border-color css
<style>
span { border-color: #021DFE; }
span { border-color: rgb(2,29,254); }
td.TdClassName
{
border-color: #021DFE;
}
.TagClassName
{
border-color: #021DFE;
}
</style>