Shades of Blue #0022EF
Tints of Blue #0022EF
RGB
CMYK
RGB Variations
Color information
#0022EF (or 0x0022EF) is known color: Blue. HEX triplet: 00, 22 and EF. RGB value is (0,34,239). Sum of RGB (Red+Green+Blue) = 0+34+239=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #0022EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0022EF is #FFDD10. Grayscale: #2E2E2E. Windows color (decimal): -16768273 or 15671808. OLE color: 15671808.
HSL color Cylindrical-coordinate representation of color #0022EF: hue angle of 231.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022EF is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 34 | 239 | - |
| CMYK | 1 | 0.86 | 0 | 0.06 |
| HSL | 231.46º | 1% | 0.47% | - |
| HSV(B) | 231.46º | 1% | 0.94% | - |
| XYZ | 16.15 | 7.38 | 82.23 | - |
| YUV | 47.2 | 236.24 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 239 | 1 | 0.86 | 0 | 0.06 | 231.46 | 1 | 0.47 |
| Hex | 0 | 22 | EF | 64 | 56 | 0 | 6 | E7 | 64 | 2F |
| Octal | 0 | 42 | 357 | 144 | 126 | 0 | 6 | 347 | 144 | 57 |
| Binary | 0 | 100010 | 11101111 | 1100100 | 1010110 | 0 | 110 | 11100111 | 1100100 | 101111 |
Color Harmonies of #0022EF
Complementary color
Monochromatic Colors of #0022EF
Black with #0022EF
Text Example
Text Example
White with #0022EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0022EF; }
p { color: rgb(0,34,239); }
H1.HeaderClassName
{
color: #0022EF;
}
.AnyTagClassName
{
color: #0022EF;
}
</style>
background-color css
<style>
a { background-color: #0022EF; }
a { background-color: rgb(0,34,239); }
div.DivClassName
{
background-color: #0022EF;
}
.BgClassName
{
background-color: #0022EF;
}
</style>
border-color css
<style>
span { border-color: #0022EF; }
span { border-color: rgb(0,34,239); }
td.TdClassName
{
border-color: #0022EF;
}
.TagClassName
{
border-color: #0022EF;
}
</style>