Shades of Blue #0419FA
Tints of Blue #0419FA
RGB
CMYK
RGB Variations
Color information
#0419FA (or 0x0419FA) is known color: Blue. HEX triplet: 04, 19 and FA. RGB value is (4,25,250). Sum of RGB (Red+Green+Blue) = 4+25+250=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #0419FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0419FA is #FBE605. Grayscale: #2B2B2B. Windows color (decimal): -16508422 or 16390404. OLE color: 16390404.
HSL color Cylindrical-coordinate representation of color #0419FA: hue angle of 234.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0419FA is Cyan = 0.98, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 25 | 250 | - |
| CMYK | 0.98 | 0.9 | 0 | 0.02 |
| HSL | 234.88º | 0.97% | 0.5% | - |
| HSV(B) | 234.88º | 0.98% | 0.98% | - |
| XYZ | 17.65 | 7.62 | 90.98 | - |
| YUV | 44.37 | 244.04 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 250 | 0.98 | 0.9 | 0 | 0.02 | 234.88 | 0.97 | 0.5 |
| Hex | 4 | 19 | FA | 62 | 5A | 0 | 2 | EB | 61 | 32 |
| Octal | 4 | 31 | 372 | 142 | 132 | 0 | 2 | 353 | 141 | 62 |
| Binary | 100 | 11001 | 11111010 | 1100010 | 1011010 | 0 | 10 | 11101011 | 1100001 | 110010 |
Color Harmonies of #0419FA
Complementary color
Monochromatic Colors of #0419FA
Black with #0419FA
Text Example
Text Example
White with #0419FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0419FA; }
p { color: rgb(4,25,250); }
H1.HeaderClassName
{
color: #0419FA;
}
.AnyTagClassName
{
color: #0419FA;
}
</style>
background-color css
<style>
a { background-color: #0419FA; }
a { background-color: rgb(4,25,250); }
div.DivClassName
{
background-color: #0419FA;
}
.BgClassName
{
background-color: #0419FA;
}
</style>
border-color css
<style>
span { border-color: #0419FA; }
span { border-color: rgb(4,25,250); }
td.TdClassName
{
border-color: #0419FA;
}
.TagClassName
{
border-color: #0419FA;
}
</style>