Shades of Blue #021DF0
Tints of Blue #021DF0
RGB
CMYK
RGB Variations
Color information
#021DF0 (or 0x021DF0) is known color: Blue. HEX triplet: 02, 1D and F0. RGB value is (2,29,240). Sum of RGB (Red+Green+Blue) = 2+29+240=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 240 (94.14% from 255 or 88.56% from 271); Max value from RGB is 240 - color contains mainly: blue. Hex color #021DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DF0 is #FDE20F. Grayscale: #2C2C2C. Windows color (decimal): -16638480 or 15736066. OLE color: 15736066.
HSL color Cylindrical-coordinate representation of color #021DF0: hue angle of 233.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DF0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 29 | 240 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.06 |
| HSL | 233.19º | 0.98% | 0.47% | - |
| HSV(B) | 233.19º | 0.99% | 0.94% | - |
| XYZ | 16.19 | 7.18 | 82.97 | - |
| YUV | 44.98 | 238.05 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 240 | 0.99 | 0.88 | 0 | 0.06 | 233.19 | 0.98 | 0.47 |
| Hex | 2 | 1D | F0 | 63 | 58 | 0 | 6 | E9 | 62 | 2F |
| Octal | 2 | 35 | 360 | 143 | 130 | 0 | 6 | 351 | 142 | 57 |
| Binary | 10 | 11101 | 11110000 | 1100011 | 1011000 | 0 | 110 | 11101001 | 1100010 | 101111 |
Color Harmonies of #021DF0
Complementary color
Monochromatic Colors of #021DF0
Black with #021DF0
Text Example
Text Example
White with #021DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DF0; }
p { color: rgb(2,29,240); }
H1.HeaderClassName
{
color: #021DF0;
}
.AnyTagClassName
{
color: #021DF0;
}
</style>
background-color css
<style>
a { background-color: #021DF0; }
a { background-color: rgb(2,29,240); }
div.DivClassName
{
background-color: #021DF0;
}
.BgClassName
{
background-color: #021DF0;
}
</style>
border-color css
<style>
span { border-color: #021DF0; }
span { border-color: rgb(2,29,240); }
td.TdClassName
{
border-color: #021DF0;
}
.TagClassName
{
border-color: #021DF0;
}
</style>