Shades of Blue #022BFF
Tints of Blue #022BFF
RGB
CMYK
RGB Variations
Color information
#022BFF (or 0x022BFF) is known color: Blue. HEX triplet: 02, 2B and FF. RGB value is (2,43,255). Sum of RGB (Red+Green+Blue) = 2+43+255=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #022BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022BFF is #FDD400. Grayscale: #363636. Windows color (decimal): -16634881 or 16722690. OLE color: 16722690.
HSL color Cylindrical-coordinate representation of color #022BFF: hue angle of 230.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BFF is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 43 | 255 | - |
| CMYK | 0.99 | 0.83 | 0 | 0 |
| HSL | 230.28º | 1% | 0.5% | - |
| HSV(B) | 230.28º | 0.99% | 1% | - |
| XYZ | 18.94 | 8.96 | 95.34 | - |
| YUV | 54.91 | 240.92 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 255 | 0.99 | 0.83 | 0 | 0 | 230.28 | 1 | 0.5 |
| Hex | 2 | 2B | FF | 63 | 53 | 0 | 0 | E6 | 64 | 32 |
| Octal | 2 | 53 | 377 | 143 | 123 | 0 | 0 | 346 | 144 | 62 |
| Binary | 10 | 101011 | 11111111 | 1100011 | 1010011 | 0 | 0 | 11100110 | 1100100 | 110010 |
Color Harmonies of #022BFF
Complementary color
Monochromatic Colors of #022BFF
Black with #022BFF
Text Example
Text Example
White with #022BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BFF; }
p { color: rgb(2,43,255); }
H1.HeaderClassName
{
color: #022BFF;
}
.AnyTagClassName
{
color: #022BFF;
}
</style>
background-color css
<style>
a { background-color: #022BFF; }
a { background-color: rgb(2,43,255); }
div.DivClassName
{
background-color: #022BFF;
}
.BgClassName
{
background-color: #022BFF;
}
</style>
border-color css
<style>
span { border-color: #022BFF; }
span { border-color: rgb(2,43,255); }
td.TdClassName
{
border-color: #022BFF;
}
.TagClassName
{
border-color: #022BFF;
}
</style>