Shades of Blue #022FEF
Tints of Blue #022FEF
RGB
CMYK
RGB Variations
Color information
#022FEF (or 0x022FEF) is known color: Blue. HEX triplet: 02, 2F and EF. RGB value is (2,47,239). Sum of RGB (Red+Green+Blue) = 2+47+239=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #022FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022FEF is #FDD010. Grayscale: #363636. Windows color (decimal): -16633873 or 15675138. OLE color: 15675138.
HSL color Cylindrical-coordinate representation of color #022FEF: hue angle of 228.61º 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 #022FEF is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 47 | 239 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.06 |
| HSL | 228.61º | 0.98% | 0.47% | - |
| HSV(B) | 228.61º | 0.99% | 0.94% | - |
| XYZ | 16.62 | 8.28 | 82.38 | - |
| YUV | 55.43 | 231.59 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 239 | 0.99 | 0.80 | 0 | 0.06 | 228.61 | 0.98 | 0.47 |
| Hex | 2 | 2F | EF | 63 | 50 | 0 | 6 | E5 | 62 | 2F |
| Octal | 2 | 57 | 357 | 143 | 120 | 0 | 6 | 345 | 142 | 57 |
| Binary | 10 | 101111 | 11101111 | 1100011 | 1010000 | 0 | 110 | 11100101 | 1100010 | 101111 |
Color Harmonies of #022FEF
Complementary color
Monochromatic Colors of #022FEF
Black with #022FEF
Text Example
Text Example
White with #022FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FEF; }
p { color: rgb(2,47,239); }
H1.HeaderClassName
{
color: #022FEF;
}
.AnyTagClassName
{
color: #022FEF;
}
</style>
background-color css
<style>
a { background-color: #022FEF; }
a { background-color: rgb(2,47,239); }
div.DivClassName
{
background-color: #022FEF;
}
.BgClassName
{
background-color: #022FEF;
}
</style>
border-color css
<style>
span { border-color: #022FEF; }
span { border-color: rgb(2,47,239); }
td.TdClassName
{
border-color: #022FEF;
}
.TagClassName
{
border-color: #022FEF;
}
</style>