Shades of Blue #0411FD
Tints of Blue #0411FD
RGB
CMYK
RGB Variations
Color information
#0411FD (or 0x0411FD) is known color: Blue. HEX triplet: 04, 11 and FD. RGB value is (4,17,253). Sum of RGB (Red+Green+Blue) = 4+17+253=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 253 (99.22% from 255 or 92.34% from 274); Max value from RGB is 253 - color contains mainly: blue. Hex color #0411FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0411FD is #FBEE02. Grayscale: #272727. Windows color (decimal): -16510467 or 16584964. OLE color: 16584964.
HSL color Cylindrical-coordinate representation of color #0411FD: hue angle of 236.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0411FD is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 17 | 253 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.01 |
| HSL | 236.87º | 0.98% | 0.5% | - |
| HSV(B) | 236.87º | 0.98% | 0.99% | - |
| XYZ | 17.98 | 7.52 | 93.43 | - |
| YUV | 40.02 | 248.19 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 253 | 0.98 | 0.93 | 0 | 0.01 | 236.87 | 0.98 | 0.5 |
| Hex | 4 | 11 | FD | 62 | 5D | 0 | 1 | ED | 62 | 32 |
| Octal | 4 | 21 | 375 | 142 | 135 | 0 | 1 | 355 | 142 | 62 |
| Binary | 100 | 10001 | 11111101 | 1100010 | 1011101 | 0 | 1 | 11101101 | 1100010 | 110010 |
Color Harmonies of #0411FD
Complementary color
Monochromatic Colors of #0411FD
Black with #0411FD
Text Example
Text Example
White with #0411FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0411FD; }
p { color: rgb(4,17,253); }
H1.HeaderClassName
{
color: #0411FD;
}
.AnyTagClassName
{
color: #0411FD;
}
</style>
background-color css
<style>
a { background-color: #0411FD; }
a { background-color: rgb(4,17,253); }
div.DivClassName
{
background-color: #0411FD;
}
.BgClassName
{
background-color: #0411FD;
}
</style>
border-color css
<style>
span { border-color: #0411FD; }
span { border-color: rgb(4,17,253); }
td.TdClassName
{
border-color: #0411FD;
}
.TagClassName
{
border-color: #0411FD;
}
</style>