Shades of Blue #022FF5
Tints of Blue #022FF5
RGB
CMYK
RGB Variations
Color information
#022FF5 (or 0x022FF5) is known color: Blue. HEX triplet: 02, 2F and F5. RGB value is (2,47,245). Sum of RGB (Red+Green+Blue) = 2+47+245=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #022FF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022FF5 is #FDD00A. Grayscale: #373737. Windows color (decimal): -16633867 or 16068354. OLE color: 16068354.
HSL color Cylindrical-coordinate representation of color #022FF5: hue angle of 228.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FF5 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 47 | 245 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.04 |
| HSL | 228.89º | 0.98% | 0.48% | - |
| HSV(B) | 228.89º | 0.99% | 0.96% | - |
| XYZ | 17.52 | 8.64 | 87.13 | - |
| YUV | 56.12 | 234.59 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 245 | 0.99 | 0.81 | 0 | 0.04 | 228.89 | 0.98 | 0.48 |
| Hex | 2 | 2F | F5 | 63 | 51 | 0 | 4 | E5 | 62 | 30 |
| Octal | 2 | 57 | 365 | 143 | 121 | 0 | 4 | 345 | 142 | 60 |
| Binary | 10 | 101111 | 11110101 | 1100011 | 1010001 | 0 | 100 | 11100101 | 1100010 | 110000 |
Color Harmonies of #022FF5
Complementary color
Monochromatic Colors of #022FF5
Black with #022FF5
Text Example
Text Example
White with #022FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FF5; }
p { color: rgb(2,47,245); }
H1.HeaderClassName
{
color: #022FF5;
}
.AnyTagClassName
{
color: #022FF5;
}
</style>
background-color css
<style>
a { background-color: #022FF5; }
a { background-color: rgb(2,47,245); }
div.DivClassName
{
background-color: #022FF5;
}
.BgClassName
{
background-color: #022FF5;
}
</style>
border-color css
<style>
span { border-color: #022FF5; }
span { border-color: rgb(2,47,245); }
td.TdClassName
{
border-color: #022FF5;
}
.TagClassName
{
border-color: #022FF5;
}
</style>