Shades of Royal Blue #4170FF
Tints of Royal Blue #4170FF
RGB
CMYK
RGB Variations
Color information
#4170FF (or 0x4170FF) is known color: Royal Blue. HEX triplet: 41, 70 and FF. RGB value is (65,112,255). Sum of RGB (Red+Green+Blue) = 65+112+255=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #4170FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4170FF is #BE8F00. Grayscale: #717171. Windows color (decimal): -12488449 or 16740417. OLE color: 16740417.
HSL color Cylindrical-coordinate representation of color #4170FF: hue angle of 225.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4170FF is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 112 | 255 | - |
| CMYK | 0.75 | 0.56 | 0 | 0 |
| HSL | 225.16º | 1% | 0.63% | - |
| HSV(B) | 225.16º | 0.75% | 1% | - |
| XYZ | 26.02 | 19.93 | 97.08 | - |
| YUV | 114.25 | 207.43 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 255 | 0.75 | 0.56 | 0 | 0 | 225.16 | 1 | 0.63 |
| Hex | 41 | 70 | FF | 4B | 38 | 0 | 0 | E1 | 64 | 3F |
| Octal | 101 | 160 | 377 | 113 | 70 | 0 | 0 | 341 | 144 | 77 |
| Binary | 1000001 | 1110000 | 11111111 | 1001011 | 111000 | 0 | 0 | 11100001 | 1100100 | 111111 |
Color Harmonies of #4170FF
Complementary color
Monochromatic Colors of #4170FF
Black with #4170FF
Text Example
Text Example
White with #4170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170FF; }
p { color: rgb(65,112,255); }
H1.HeaderClassName
{
color: #4170FF;
}
.AnyTagClassName
{
color: #4170FF;
}
</style>
background-color css
<style>
a { background-color: #4170FF; }
a { background-color: rgb(65,112,255); }
div.DivClassName
{
background-color: #4170FF;
}
.BgClassName
{
background-color: #4170FF;
}
</style>
border-color css
<style>
span { border-color: #4170FF; }
span { border-color: rgb(65,112,255); }
td.TdClassName
{
border-color: #4170FF;
}
.TagClassName
{
border-color: #4170FF;
}
</style>