Shades of Blue #021DF2
Tints of Blue #021DF2
RGB
CMYK
RGB Variations
Color information
#021DF2 (or 0x021DF2) is known color: Blue. HEX triplet: 02, 1D and F2. RGB value is (2,29,242). Sum of RGB (Red+Green+Blue) = 2+29+242=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 242 (94.92% from 255 or 88.64% from 273); Max value from RGB is 242 - color contains mainly: blue. Hex color #021DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DF2 is #FDE20D. Grayscale: #2C2C2C. Windows color (decimal): -16638478 or 15867138. OLE color: 15867138.
HSL color Cylindrical-coordinate representation of color #021DF2: hue angle of 233.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DF2 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 29 | 242 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.05 |
| HSL | 233.25º | 0.98% | 0.48% | - |
| HSV(B) | 233.25º | 0.99% | 0.95% | - |
| XYZ | 16.49 | 7.3 | 84.54 | - |
| YUV | 45.21 | 239.05 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 242 | 0.99 | 0.88 | 0 | 0.05 | 233.25 | 0.98 | 0.48 |
| Hex | 2 | 1D | F2 | 63 | 58 | 0 | 5 | E9 | 62 | 30 |
| Octal | 2 | 35 | 362 | 143 | 130 | 0 | 5 | 351 | 142 | 60 |
| Binary | 10 | 11101 | 11110010 | 1100011 | 1011000 | 0 | 101 | 11101001 | 1100010 | 110000 |
Color Harmonies of #021DF2
Complementary color
Monochromatic Colors of #021DF2
Black with #021DF2
Text Example
Text Example
White with #021DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DF2; }
p { color: rgb(2,29,242); }
H1.HeaderClassName
{
color: #021DF2;
}
.AnyTagClassName
{
color: #021DF2;
}
</style>
background-color css
<style>
a { background-color: #021DF2; }
a { background-color: rgb(2,29,242); }
div.DivClassName
{
background-color: #021DF2;
}
.BgClassName
{
background-color: #021DF2;
}
</style>
border-color css
<style>
span { border-color: #021DF2; }
span { border-color: rgb(2,29,242); }
td.TdClassName
{
border-color: #021DF2;
}
.TagClassName
{
border-color: #021DF2;
}
</style>