Shades of Blue #022DF0
Tints of Blue #022DF0
RGB
CMYK
RGB Variations
Color information
#022DF0 (or 0x022DF0) is known color: Blue. HEX triplet: 02, 2D and F0. RGB value is (2,45,240). Sum of RGB (Red+Green+Blue) = 2+45+240=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #022DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022DF0 is #FDD20F. Grayscale: #353535. Windows color (decimal): -16634384 or 15740162. OLE color: 15740162.
HSL color Cylindrical-coordinate representation of color #022DF0: hue angle of 229.16º 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 #022DF0 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 45 | 240 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.06 |
| HSL | 229.16º | 0.98% | 0.47% | - |
| HSV(B) | 229.16º | 0.99% | 0.94% | - |
| XYZ | 16.69 | 8.18 | 83.14 | - |
| YUV | 54.37 | 232.75 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 240 | 0.99 | 0.81 | 0 | 0.06 | 229.16 | 0.98 | 0.47 |
| Hex | 2 | 2D | F0 | 63 | 51 | 0 | 6 | E5 | 62 | 2F |
| Octal | 2 | 55 | 360 | 143 | 121 | 0 | 6 | 345 | 142 | 57 |
| Binary | 10 | 101101 | 11110000 | 1100011 | 1010001 | 0 | 110 | 11100101 | 1100010 | 101111 |
Color Harmonies of #022DF0
Complementary color
Monochromatic Colors of #022DF0
Black with #022DF0
Text Example
Text Example
White with #022DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DF0; }
p { color: rgb(2,45,240); }
H1.HeaderClassName
{
color: #022DF0;
}
.AnyTagClassName
{
color: #022DF0;
}
</style>
background-color css
<style>
a { background-color: #022DF0; }
a { background-color: rgb(2,45,240); }
div.DivClassName
{
background-color: #022DF0;
}
.BgClassName
{
background-color: #022DF0;
}
</style>
border-color css
<style>
span { border-color: #022DF0; }
span { border-color: rgb(2,45,240); }
td.TdClassName
{
border-color: #022DF0;
}
.TagClassName
{
border-color: #022DF0;
}
</style>