Shades of Blue #022AFB
Tints of Blue #022AFB
RGB
CMYK
RGB Variations
Color information
#022AFB (or 0x022AFB) is known color: Blue. HEX triplet: 02, 2A and FB. RGB value is (2,42,251). Sum of RGB (Red+Green+Blue) = 2+42+251=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #022AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AFB is #FDD504. Grayscale: #343434. Windows color (decimal): -16635141 or 16460290. OLE color: 16460290.
HSL color Cylindrical-coordinate representation of color #022AFB: hue angle of 230.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AFB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 42 | 251 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.02 |
| HSL | 230.36º | 0.98% | 0.5% | - |
| HSV(B) | 230.36º | 0.99% | 0.98% | - |
| XYZ | 18.27 | 8.63 | 91.97 | - |
| YUV | 53.87 | 239.25 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 251 | 0.99 | 0.83 | 0 | 0.02 | 230.36 | 0.98 | 0.5 |
| Hex | 2 | 2A | FB | 63 | 53 | 0 | 2 | E6 | 62 | 32 |
| Octal | 2 | 52 | 373 | 143 | 123 | 0 | 2 | 346 | 142 | 62 |
| Binary | 10 | 101010 | 11111011 | 1100011 | 1010011 | 0 | 10 | 11100110 | 1100010 | 110010 |
Color Harmonies of #022AFB
Complementary color
Monochromatic Colors of #022AFB
Black with #022AFB
Text Example
Text Example
White with #022AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AFB; }
p { color: rgb(2,42,251); }
H1.HeaderClassName
{
color: #022AFB;
}
.AnyTagClassName
{
color: #022AFB;
}
</style>
background-color css
<style>
a { background-color: #022AFB; }
a { background-color: rgb(2,42,251); }
div.DivClassName
{
background-color: #022AFB;
}
.BgClassName
{
background-color: #022AFB;
}
</style>
border-color css
<style>
span { border-color: #022AFB; }
span { border-color: rgb(2,42,251); }
td.TdClassName
{
border-color: #022AFB;
}
.TagClassName
{
border-color: #022AFB;
}
</style>