Shades of Blue #0417FD
Tints of Blue #0417FD
RGB
CMYK
RGB Variations
Color information
#0417FD (or 0x0417FD) is known color: Blue. HEX triplet: 04, 17 and FD. RGB value is (4,23,253). Sum of RGB (Red+Green+Blue) = 4+23+253=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #0417FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0417FD is #FBE802. Grayscale: #2A2A2A. Windows color (decimal): -16508931 or 16586500. OLE color: 16586500.
HSL color Cylindrical-coordinate representation of color #0417FD: hue angle of 235.42º 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 #0417FD is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 23 | 253 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.01 |
| HSL | 235.42º | 0.98% | 0.5% | - |
| HSV(B) | 235.42º | 0.98% | 0.99% | - |
| XYZ | 18.09 | 7.73 | 93.47 | - |
| YUV | 43.54 | 246.21 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 253 | 0.98 | 0.91 | 0 | 0.01 | 235.42 | 0.98 | 0.5 |
| Hex | 4 | 17 | FD | 62 | 5B | 0 | 1 | EB | 62 | 32 |
| Octal | 4 | 27 | 375 | 142 | 133 | 0 | 1 | 353 | 142 | 62 |
| Binary | 100 | 10111 | 11111101 | 1100010 | 1011011 | 0 | 1 | 11101011 | 1100010 | 110010 |
Color Harmonies of #0417FD
Complementary color
Monochromatic Colors of #0417FD
Black with #0417FD
Text Example
Text Example
White with #0417FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417FD; }
p { color: rgb(4,23,253); }
H1.HeaderClassName
{
color: #0417FD;
}
.AnyTagClassName
{
color: #0417FD;
}
</style>
background-color css
<style>
a { background-color: #0417FD; }
a { background-color: rgb(4,23,253); }
div.DivClassName
{
background-color: #0417FD;
}
.BgClassName
{
background-color: #0417FD;
}
</style>
border-color css
<style>
span { border-color: #0417FD; }
span { border-color: rgb(4,23,253); }
td.TdClassName
{
border-color: #0417FD;
}
.TagClassName
{
border-color: #0417FD;
}
</style>