Shades of Blue #022FF8
Tints of Blue #022FF8
RGB
CMYK
RGB Variations
Color information
#022FF8 (or 0x022FF8) is known color: Blue. HEX triplet: 02, 2F and F8. RGB value is (2,47,248). Sum of RGB (Red+Green+Blue) = 2+47+248=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 248 (97.27% from 255 or 83.50% from 297); Max value from RGB is 248 - color contains mainly: blue. Hex color #022FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022FF8 is #FDD007. Grayscale: #373737. Windows color (decimal): -16633864 or 16264962. OLE color: 16264962.
HSL color Cylindrical-coordinate representation of color #022FF8: hue angle of 229.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FF8 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 47 | 248 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.03 |
| HSL | 229.02º | 0.98% | 0.49% | - |
| HSV(B) | 229.02º | 0.99% | 0.97% | - |
| XYZ | 17.98 | 8.82 | 89.56 | - |
| YUV | 56.46 | 236.09 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 248 | 0.99 | 0.81 | 0 | 0.03 | 229.02 | 0.98 | 0.49 |
| Hex | 2 | 2F | F8 | 63 | 51 | 0 | 3 | E5 | 62 | 31 |
| Octal | 2 | 57 | 370 | 143 | 121 | 0 | 3 | 345 | 142 | 61 |
| Binary | 10 | 101111 | 11111000 | 1100011 | 1010001 | 0 | 11 | 11100101 | 1100010 | 110001 |
Color Harmonies of #022FF8
Complementary color
Monochromatic Colors of #022FF8
Black with #022FF8
Text Example
Text Example
White with #022FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FF8; }
p { color: rgb(2,47,248); }
H1.HeaderClassName
{
color: #022FF8;
}
.AnyTagClassName
{
color: #022FF8;
}
</style>
background-color css
<style>
a { background-color: #022FF8; }
a { background-color: rgb(2,47,248); }
div.DivClassName
{
background-color: #022FF8;
}
.BgClassName
{
background-color: #022FF8;
}
</style>
border-color css
<style>
span { border-color: #022FF8; }
span { border-color: rgb(2,47,248); }
td.TdClassName
{
border-color: #022FF8;
}
.TagClassName
{
border-color: #022FF8;
}
</style>