Shades of Blue #022AF1
Tints of Blue #022AF1
RGB
CMYK
RGB Variations
Color information
#022AF1 (or 0x022AF1) is known color: Blue. HEX triplet: 02, 2A and F1. RGB value is (2,42,241). Sum of RGB (Red+Green+Blue) = 2+42+241=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 241 (94.53% from 255 or 84.56% from 285); Max value from RGB is 241 - color contains mainly: blue. Hex color #022AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AF1 is #FDD50E. Grayscale: #333333. Windows color (decimal): -16635151 or 15804930. OLE color: 15804930.
HSL color Cylindrical-coordinate representation of color #022AF1: hue angle of 229.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AF1 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 42 | 241 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.05 |
| HSL | 229.96º | 0.98% | 0.48% | - |
| HSV(B) | 229.96º | 0.99% | 0.95% | - |
| XYZ | 16.73 | 8.02 | 83.89 | - |
| YUV | 52.73 | 234.25 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 241 | 0.99 | 0.83 | 0 | 0.05 | 229.96 | 0.98 | 0.48 |
| Hex | 2 | 2A | F1 | 63 | 53 | 0 | 5 | E6 | 62 | 30 |
| Octal | 2 | 52 | 361 | 143 | 123 | 0 | 5 | 346 | 142 | 60 |
| Binary | 10 | 101010 | 11110001 | 1100011 | 1010011 | 0 | 101 | 11100110 | 1100010 | 110000 |
Color Harmonies of #022AF1
Complementary color
Monochromatic Colors of #022AF1
Black with #022AF1
Text Example
Text Example
White with #022AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AF1; }
p { color: rgb(2,42,241); }
H1.HeaderClassName
{
color: #022AF1;
}
.AnyTagClassName
{
color: #022AF1;
}
</style>
background-color css
<style>
a { background-color: #022AF1; }
a { background-color: rgb(2,42,241); }
div.DivClassName
{
background-color: #022AF1;
}
.BgClassName
{
background-color: #022AF1;
}
</style>
border-color css
<style>
span { border-color: #022AF1; }
span { border-color: rgb(2,42,241); }
td.TdClassName
{
border-color: #022AF1;
}
.TagClassName
{
border-color: #022AF1;
}
</style>