Shades of Blue #0419FE
Tints of Blue #0419FE
RGB
CMYK
RGB Variations
Color information
#0419FE (or 0x0419FE) is known color: Blue. HEX triplet: 04, 19 and FE. RGB value is (4,25,254). Sum of RGB (Red+Green+Blue) = 4+25+254=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #0419FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0419FE is #FBE601. Grayscale: #2B2B2B. Windows color (decimal): -16508418 or 16652548. OLE color: 16652548.
HSL color Cylindrical-coordinate representation of color #0419FE: hue angle of 234.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0419FE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 25 | 254 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.00 |
| HSL | 234.96º | 0.99% | 0.51% | - |
| HSV(B) | 234.96º | 0.98% | 1% | - |
| XYZ | 18.29 | 7.88 | 94.32 | - |
| YUV | 44.83 | 246.04 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 254 | 0.98 | 0.90 | 0 | 0.00 | 234.96 | 0.99 | 0.51 |
| Hex | 4 | 19 | FE | 62 | 5A | 0 | 0 | EB | 63 | 33 |
| Octal | 4 | 31 | 376 | 142 | 132 | 0 | 0 | 353 | 143 | 63 |
| Binary | 100 | 11001 | 11111110 | 1100010 | 1011010 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #0419FE
Complementary color
Monochromatic Colors of #0419FE
Black with #0419FE
Text Example
Text Example
White with #0419FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0419FE; }
p { color: rgb(4,25,254); }
H1.HeaderClassName
{
color: #0419FE;
}
.AnyTagClassName
{
color: #0419FE;
}
</style>
background-color css
<style>
a { background-color: #0419FE; }
a { background-color: rgb(4,25,254); }
div.DivClassName
{
background-color: #0419FE;
}
.BgClassName
{
background-color: #0419FE;
}
</style>
border-color css
<style>
span { border-color: #0419FE; }
span { border-color: rgb(4,25,254); }
td.TdClassName
{
border-color: #0419FE;
}
.TagClassName
{
border-color: #0419FE;
}
</style>