Shades of Blue #0411FE
Tints of Blue #0411FE
RGB
CMYK
RGB Variations
Color information
#0411FE (or 0x0411FE) is known color: Blue. HEX triplet: 04, 11 and FE. RGB value is (4,17,254). Sum of RGB (Red+Green+Blue) = 4+17+254=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 254 (99.61% from 255 or 92.36% from 275); Max value from RGB is 254 - color contains mainly: blue. Hex color #0411FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0411FE is #FBEE01. Grayscale: #272727. Windows color (decimal): -16510466 or 16650500. OLE color: 16650500.
HSL color Cylindrical-coordinate representation of color #0411FE: hue angle of 236.88º 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 #0411FE is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 17 | 254 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.00 |
| HSL | 236.88º | 0.99% | 0.51% | - |
| HSV(B) | 236.88º | 0.98% | 1% | - |
| XYZ | 18.14 | 7.58 | 94.27 | - |
| YUV | 40.13 | 248.69 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 254 | 0.98 | 0.93 | 0 | 0.00 | 236.88 | 0.99 | 0.51 |
| Hex | 4 | 11 | FE | 62 | 5D | 0 | 0 | ED | 63 | 33 |
| Octal | 4 | 21 | 376 | 142 | 135 | 0 | 0 | 355 | 143 | 63 |
| Binary | 100 | 10001 | 11111110 | 1100010 | 1011101 | 0 | 0 | 11101101 | 1100011 | 110011 |
Color Harmonies of #0411FE
Complementary color
Monochromatic Colors of #0411FE
Black with #0411FE
Text Example
Text Example
White with #0411FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0411FE; }
p { color: rgb(4,17,254); }
H1.HeaderClassName
{
color: #0411FE;
}
.AnyTagClassName
{
color: #0411FE;
}
</style>
background-color css
<style>
a { background-color: #0411FE; }
a { background-color: rgb(4,17,254); }
div.DivClassName
{
background-color: #0411FE;
}
.BgClassName
{
background-color: #0411FE;
}
</style>
border-color css
<style>
span { border-color: #0411FE; }
span { border-color: rgb(4,17,254); }
td.TdClassName
{
border-color: #0411FE;
}
.TagClassName
{
border-color: #0411FE;
}
</style>