Shades of Blue #0417FF
Tints of Blue #0417FF
RGB
CMYK
RGB Variations
Color information
#0417FF (or 0x0417FF) is known color: Blue. HEX triplet: 04, 17 and FF. RGB value is (4,23,255). Sum of RGB (Red+Green+Blue) = 4+23+255=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 255 (100% from 255 or 90.43% from 282); Max value from RGB is 255 - color contains mainly: blue. Hex color #0417FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0417FF is #FBE800. Grayscale: #2A2A2A. Windows color (decimal): -16508929 or 16717572. OLE color: 16717572.
HSL color Cylindrical-coordinate representation of color #0417FF: hue angle of 235.46º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0417FF is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 23 | 255 | - |
| CMYK | 0.98 | 0.91 | 0 | 0 |
| HSL | 235.46º | 1% | 0.51% | - |
| HSV(B) | 235.46º | 0.98% | 1% | - |
| XYZ | 18.41 | 7.86 | 95.15 | - |
| YUV | 43.77 | 247.21 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 255 | 0.98 | 0.91 | 0 | 0 | 235.46 | 1 | 0.51 |
| Hex | 4 | 17 | FF | 62 | 5B | 0 | 0 | EB | 64 | 33 |
| Octal | 4 | 27 | 377 | 142 | 133 | 0 | 0 | 353 | 144 | 63 |
| Binary | 100 | 10111 | 11111111 | 1100010 | 1011011 | 0 | 0 | 11101011 | 1100100 | 110011 |
Color Harmonies of #0417FF
Complementary color
Monochromatic Colors of #0417FF
Black with #0417FF
Text Example
Text Example
White with #0417FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417FF; }
p { color: rgb(4,23,255); }
H1.HeaderClassName
{
color: #0417FF;
}
.AnyTagClassName
{
color: #0417FF;
}
</style>
background-color css
<style>
a { background-color: #0417FF; }
a { background-color: rgb(4,23,255); }
div.DivClassName
{
background-color: #0417FF;
}
.BgClassName
{
background-color: #0417FF;
}
</style>
border-color css
<style>
span { border-color: #0417FF; }
span { border-color: rgb(4,23,255); }
td.TdClassName
{
border-color: #0417FF;
}
.TagClassName
{
border-color: #0417FF;
}
</style>