Shades of Blue #0022FF
Tints of Blue #0022FF
RGB
CMYK
RGB Variations
Color information
#0022FF (or 0x0022FF) is known color: Blue. HEX triplet: 00, 22 and FF. RGB value is (0,34,255). Sum of RGB (Red+Green+Blue) = 0+34+255=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #0022FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0022FF is #FFDD00. Grayscale: #303030. Windows color (decimal): -16768257 or 16720384. OLE color: 16720384.
HSL color Cylindrical-coordinate representation of color #0022FF: hue angle of 232º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022FF is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 34 | 255 | - |
| CMYK | 1 | 0.87 | 0 | 0 |
| HSL | 232º | 1% | 0.5% | - |
| HSV(B) | 232º | 1% | 1% | - |
| XYZ | 18.62 | 8.36 | 95.24 | - |
| YUV | 49.03 | 244.24 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 255 | 1 | 0.87 | 0 | 0 | 232 | 1 | 0.5 |
| Hex | 0 | 22 | FF | 64 | 57 | 0 | 0 | E8 | 64 | 32 |
| Octal | 0 | 42 | 377 | 144 | 127 | 0 | 0 | 350 | 144 | 62 |
| Binary | 0 | 100010 | 11111111 | 1100100 | 1010111 | 0 | 0 | 11101000 | 1100100 | 110010 |
Color Harmonies of #0022FF
Complementary color
Monochromatic Colors of #0022FF
Black with #0022FF
Text Example
Text Example
White with #0022FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0022FF; }
p { color: rgb(0,34,255); }
H1.HeaderClassName
{
color: #0022FF;
}
.AnyTagClassName
{
color: #0022FF;
}
</style>
background-color css
<style>
a { background-color: #0022FF; }
a { background-color: rgb(0,34,255); }
div.DivClassName
{
background-color: #0022FF;
}
.BgClassName
{
background-color: #0022FF;
}
</style>
border-color css
<style>
span { border-color: #0022FF; }
span { border-color: rgb(0,34,255); }
td.TdClassName
{
border-color: #0022FF;
}
.TagClassName
{
border-color: #0022FF;
}
</style>