Shades of Blue #021DF6
Tints of Blue #021DF6
RGB
CMYK
RGB Variations
Color information
#021DF6 (or 0x021DF6) is known color: Blue. HEX triplet: 02, 1D and F6. RGB value is (2,29,246). Sum of RGB (Red+Green+Blue) = 2+29+246=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 246 (96.48% from 255 or 88.81% from 277); Max value from RGB is 246 - color contains mainly: blue. Hex color #021DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DF6 is #FDE209. Grayscale: #2C2C2C. Windows color (decimal): -16638474 or 16129282. OLE color: 16129282.
HSL color Cylindrical-coordinate representation of color #021DF6: hue angle of 233.36º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DF6 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 29 | 246 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.04 |
| HSL | 233.36º | 0.98% | 0.49% | - |
| HSV(B) | 233.36º | 0.99% | 0.96% | - |
| XYZ | 17.1 | 7.55 | 87.74 | - |
| YUV | 45.67 | 241.05 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 246 | 0.99 | 0.88 | 0 | 0.04 | 233.36 | 0.98 | 0.49 |
| Hex | 2 | 1D | F6 | 63 | 58 | 0 | 4 | E9 | 62 | 31 |
| Octal | 2 | 35 | 366 | 143 | 130 | 0 | 4 | 351 | 142 | 61 |
| Binary | 10 | 11101 | 11110110 | 1100011 | 1011000 | 0 | 100 | 11101001 | 1100010 | 110001 |
Color Harmonies of #021DF6
Complementary color
Monochromatic Colors of #021DF6
Black with #021DF6
Text Example
Text Example
White with #021DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DF6; }
p { color: rgb(2,29,246); }
H1.HeaderClassName
{
color: #021DF6;
}
.AnyTagClassName
{
color: #021DF6;
}
</style>
background-color css
<style>
a { background-color: #021DF6; }
a { background-color: rgb(2,29,246); }
div.DivClassName
{
background-color: #021DF6;
}
.BgClassName
{
background-color: #021DF6;
}
</style>
border-color css
<style>
span { border-color: #021DF6; }
span { border-color: rgb(2,29,246); }
td.TdClassName
{
border-color: #021DF6;
}
.TagClassName
{
border-color: #021DF6;
}
</style>