Shades of Blue #022DEF
Tints of Blue #022DEF
RGB
CMYK
RGB Variations
Color information
#022DEF (or 0x022DEF) is known color: Blue. HEX triplet: 02, 2D and EF. RGB value is (2,45,239). Sum of RGB (Red+Green+Blue) = 2+45+239=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #022DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022DEF is #FDD210. Grayscale: #353535. Windows color (decimal): -16634385 or 15674626. OLE color: 15674626.
HSL color Cylindrical-coordinate representation of color #022DEF: hue angle of 229.11º 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 #022DEF is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 45 | 239 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.06 |
| HSL | 229.11º | 0.98% | 0.47% | - |
| HSV(B) | 229.11º | 0.99% | 0.94% | - |
| XYZ | 16.54 | 8.12 | 82.36 | - |
| YUV | 54.26 | 232.25 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 239 | 0.99 | 0.81 | 0 | 0.06 | 229.11 | 0.98 | 0.47 |
| Hex | 2 | 2D | EF | 63 | 51 | 0 | 6 | E5 | 62 | 2F |
| Octal | 2 | 55 | 357 | 143 | 121 | 0 | 6 | 345 | 142 | 57 |
| Binary | 10 | 101101 | 11101111 | 1100011 | 1010001 | 0 | 110 | 11100101 | 1100010 | 101111 |
Color Harmonies of #022DEF
Complementary color
Monochromatic Colors of #022DEF
Black with #022DEF
Text Example
Text Example
White with #022DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DEF; }
p { color: rgb(2,45,239); }
H1.HeaderClassName
{
color: #022DEF;
}
.AnyTagClassName
{
color: #022DEF;
}
</style>
background-color css
<style>
a { background-color: #022DEF; }
a { background-color: rgb(2,45,239); }
div.DivClassName
{
background-color: #022DEF;
}
.BgClassName
{
background-color: #022DEF;
}
</style>
border-color css
<style>
span { border-color: #022DEF; }
span { border-color: rgb(2,45,239); }
td.TdClassName
{
border-color: #022DEF;
}
.TagClassName
{
border-color: #022DEF;
}
</style>