Shades of Blue #0428FE
Tints of Blue #0428FE
RGB
CMYK
RGB Variations
Color information
#0428FE (or 0x0428FE) is known color: Blue. HEX triplet: 04, 28 and FE. RGB value is (4,40,254). Sum of RGB (Red+Green+Blue) = 4+40+254=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 254 (99.61% from 255 or 85.23% from 298); Max value from RGB is 254 - color contains mainly: blue. Hex color #0428FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0428FE is #FBD701. Grayscale: #343434. Windows color (decimal): -16504578 or 16656388. OLE color: 16656388.
HSL color Cylindrical-coordinate representation of color #0428FE: hue angle of 231.36º 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 #0428FE is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 40 | 254 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.00 |
| HSL | 231.36º | 0.99% | 0.51% | - |
| HSV(B) | 231.36º | 0.98% | 1% | - |
| XYZ | 18.7 | 8.7 | 94.46 | - |
| YUV | 53.63 | 241.07 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 254 | 0.98 | 0.84 | 0 | 0.00 | 231.36 | 0.99 | 0.51 |
| Hex | 4 | 28 | FE | 62 | 54 | 0 | 0 | E7 | 63 | 33 |
| Octal | 4 | 50 | 376 | 142 | 124 | 0 | 0 | 347 | 143 | 63 |
| Binary | 100 | 101000 | 11111110 | 1100010 | 1010100 | 0 | 0 | 11100111 | 1100011 | 110011 |
Color Harmonies of #0428FE
Complementary color
Monochromatic Colors of #0428FE
Black with #0428FE
Text Example
Text Example
White with #0428FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0428FE; }
p { color: rgb(4,40,254); }
H1.HeaderClassName
{
color: #0428FE;
}
.AnyTagClassName
{
color: #0428FE;
}
</style>
background-color css
<style>
a { background-color: #0428FE; }
a { background-color: rgb(4,40,254); }
div.DivClassName
{
background-color: #0428FE;
}
.BgClassName
{
background-color: #0428FE;
}
</style>
border-color css
<style>
span { border-color: #0428FE; }
span { border-color: rgb(4,40,254); }
td.TdClassName
{
border-color: #0428FE;
}
.TagClassName
{
border-color: #0428FE;
}
</style>