Shades of Blue #0022FA
Tints of Blue #0022FA
RGB
CMYK
RGB Variations
Color information
#0022FA (or 0x0022FA) is known color: Blue. HEX triplet: 00, 22 and FA. RGB value is (0,34,250). Sum of RGB (Red+Green+Blue) = 0+34+250=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 250 (98.05% from 255 or 88.03% from 284); Max value from RGB is 250 - color contains mainly: blue. Hex color #0022FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0022FA is #FFDD05. Grayscale: #2F2F2F. Windows color (decimal): -16768262 or 16392704. OLE color: 16392704.
HSL color Cylindrical-coordinate representation of color #0022FA: hue angle of 231.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022FA is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 34 | 250 | - |
| CMYK | 1 | 0.86 | 0 | 0.02 |
| HSL | 231.84º | 1% | 0.49% | - |
| HSV(B) | 231.84º | 1% | 0.98% | - |
| XYZ | 17.83 | 8.05 | 91.06 | - |
| YUV | 48.46 | 241.74 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 250 | 1 | 0.86 | 0 | 0.02 | 231.84 | 1 | 0.49 |
| Hex | 0 | 22 | FA | 64 | 56 | 0 | 2 | E8 | 64 | 31 |
| Octal | 0 | 42 | 372 | 144 | 126 | 0 | 2 | 350 | 144 | 61 |
| Binary | 0 | 100010 | 11111010 | 1100100 | 1010110 | 0 | 10 | 11101000 | 1100100 | 110001 |
Color Harmonies of #0022FA
Complementary color
Monochromatic Colors of #0022FA
Black with #0022FA
Text Example
Text Example
White with #0022FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0022FA; }
p { color: rgb(0,34,250); }
H1.HeaderClassName
{
color: #0022FA;
}
.AnyTagClassName
{
color: #0022FA;
}
</style>
background-color css
<style>
a { background-color: #0022FA; }
a { background-color: rgb(0,34,250); }
div.DivClassName
{
background-color: #0022FA;
}
.BgClassName
{
background-color: #0022FA;
}
</style>
border-color css
<style>
span { border-color: #0022FA; }
span { border-color: rgb(0,34,250); }
td.TdClassName
{
border-color: #0022FA;
}
.TagClassName
{
border-color: #0022FA;
}
</style>