Shades of Blue #022BF0
Tints of Blue #022BF0
RGB
CMYK
RGB Variations
Color information
#022BF0 (or 0x022BF0) is known color: Blue. HEX triplet: 02, 2B and F0. RGB value is (2,43,240). Sum of RGB (Red+Green+Blue) = 2+43+240=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #022BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022BF0 is #FDD40F. Grayscale: #343434. Windows color (decimal): -16634896 or 15739650. OLE color: 15739650.
HSL color Cylindrical-coordinate representation of color #022BF0: hue angle of 229.66º 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 #022BF0 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 43 | 240 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.06 |
| HSL | 229.66º | 0.98% | 0.47% | - |
| HSV(B) | 229.66º | 0.99% | 0.94% | - |
| XYZ | 16.62 | 8.03 | 83.11 | - |
| YUV | 53.2 | 233.42 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 240 | 0.99 | 0.82 | 0 | 0.06 | 229.66 | 0.98 | 0.47 |
| Hex | 2 | 2B | F0 | 63 | 52 | 0 | 6 | E6 | 62 | 2F |
| Octal | 2 | 53 | 360 | 143 | 122 | 0 | 6 | 346 | 142 | 57 |
| Binary | 10 | 101011 | 11110000 | 1100011 | 1010010 | 0 | 110 | 11100110 | 1100010 | 101111 |
Color Harmonies of #022BF0
Complementary color
Monochromatic Colors of #022BF0
Black with #022BF0
Text Example
Text Example
White with #022BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BF0; }
p { color: rgb(2,43,240); }
H1.HeaderClassName
{
color: #022BF0;
}
.AnyTagClassName
{
color: #022BF0;
}
</style>
background-color css
<style>
a { background-color: #022BF0; }
a { background-color: rgb(2,43,240); }
div.DivClassName
{
background-color: #022BF0;
}
.BgClassName
{
background-color: #022BF0;
}
</style>
border-color css
<style>
span { border-color: #022BF0; }
span { border-color: rgb(2,43,240); }
td.TdClassName
{
border-color: #022BF0;
}
.TagClassName
{
border-color: #022BF0;
}
</style>