Shades of Blue #022DF2
Tints of Blue #022DF2
RGB
CMYK
RGB Variations
Color information
#022DF2 (or 0x022DF2) is known color: Blue. HEX triplet: 02, 2D and F2. RGB value is (2,45,242). Sum of RGB (Red+Green+Blue) = 2+45+242=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 242 (94.92% from 255 or 83.74% from 289); Max value from RGB is 242 - color contains mainly: blue. Hex color #022DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022DF2 is #FDD20D. Grayscale: #353535. Windows color (decimal): -16634382 or 15871234. OLE color: 15871234.
HSL color Cylindrical-coordinate representation of color #022DF2: hue angle of 229.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 #022DF2 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 45 | 242 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.05 |
| HSL | 229.25º | 0.98% | 0.48% | - |
| HSV(B) | 229.25º | 0.99% | 0.95% | - |
| XYZ | 16.99 | 8.3 | 84.71 | - |
| YUV | 54.6 | 233.75 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 242 | 0.99 | 0.81 | 0 | 0.05 | 229.25 | 0.98 | 0.48 |
| Hex | 2 | 2D | F2 | 63 | 51 | 0 | 5 | E5 | 62 | 30 |
| Octal | 2 | 55 | 362 | 143 | 121 | 0 | 5 | 345 | 142 | 60 |
| Binary | 10 | 101101 | 11110010 | 1100011 | 1010001 | 0 | 101 | 11100101 | 1100010 | 110000 |
Color Harmonies of #022DF2
Complementary color
Monochromatic Colors of #022DF2
Black with #022DF2
Text Example
Text Example
White with #022DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DF2; }
p { color: rgb(2,45,242); }
H1.HeaderClassName
{
color: #022DF2;
}
.AnyTagClassName
{
color: #022DF2;
}
</style>
background-color css
<style>
a { background-color: #022DF2; }
a { background-color: rgb(2,45,242); }
div.DivClassName
{
background-color: #022DF2;
}
.BgClassName
{
background-color: #022DF2;
}
</style>
border-color css
<style>
span { border-color: #022DF2; }
span { border-color: rgb(2,45,242); }
td.TdClassName
{
border-color: #022DF2;
}
.TagClassName
{
border-color: #022DF2;
}
</style>