Shades of Blue #0219FA
Tints of Blue #0219FA
RGB
CMYK
RGB Variations
Color information
#0219FA (or 0x0219FA) is known color: Blue. HEX triplet: 02, 19 and FA. RGB value is (2,25,250). Sum of RGB (Red+Green+Blue) = 2+25+250=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #0219FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0219FA is #FDE605. Grayscale: #2A2A2A. Windows color (decimal): -16639494 or 16390402. OLE color: 16390402.
HSL color Cylindrical-coordinate representation of color #0219FA: hue angle of 234.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219FA is Cyan = 0.99, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 25 | 250 | - |
| CMYK | 0.99 | 0.9 | 0 | 0.02 |
| HSL | 234.44º | 0.98% | 0.49% | - |
| HSV(B) | 234.44º | 0.99% | 0.98% | - |
| XYZ | 17.63 | 7.61 | 90.98 | - |
| YUV | 43.77 | 244.38 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 250 | 0.99 | 0.9 | 0 | 0.02 | 234.44 | 0.98 | 0.49 |
| Hex | 2 | 19 | FA | 63 | 5A | 0 | 2 | EA | 62 | 31 |
| Octal | 2 | 31 | 372 | 143 | 132 | 0 | 2 | 352 | 142 | 61 |
| Binary | 10 | 11001 | 11111010 | 1100011 | 1011010 | 0 | 10 | 11101010 | 1100010 | 110001 |
Color Harmonies of #0219FA
Complementary color
Monochromatic Colors of #0219FA
Black with #0219FA
Text Example
Text Example
White with #0219FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219FA; }
p { color: rgb(2,25,250); }
H1.HeaderClassName
{
color: #0219FA;
}
.AnyTagClassName
{
color: #0219FA;
}
</style>
background-color css
<style>
a { background-color: #0219FA; }
a { background-color: rgb(2,25,250); }
div.DivClassName
{
background-color: #0219FA;
}
.BgClassName
{
background-color: #0219FA;
}
</style>
border-color css
<style>
span { border-color: #0219FA; }
span { border-color: rgb(2,25,250); }
td.TdClassName
{
border-color: #0219FA;
}
.TagClassName
{
border-color: #0219FA;
}
</style>