Shades of Royal Blue #4170F9
Tints of Royal Blue #4170F9
RGB
CMYK
RGB Variations
Color information
#4170F9 (or 0x4170F9) is known color: Royal Blue. HEX triplet: 41, 70 and F9. RGB value is (65,112,249). Sum of RGB (Red+Green+Blue) = 65+112+249=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #4170F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4170F9 is #BE8F06. Grayscale: #707070. Windows color (decimal): -12488455 or 16347201. OLE color: 16347201.
HSL color Cylindrical-coordinate representation of color #4170F9: hue angle of 224.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4170F9 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 112 | 249 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.02 |
| HSL | 224.67º | 0.94% | 0.62% | - |
| HSV(B) | 224.67º | 0.74% | 0.98% | - |
| XYZ | 25.07 | 19.55 | 92.07 | - |
| YUV | 113.57 | 204.43 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 249 | 0.74 | 0.55 | 0 | 0.02 | 224.67 | 0.94 | 0.62 |
| Hex | 41 | 70 | F9 | 4A | 37 | 0 | 2 | E1 | 5E | 3E |
| Octal | 101 | 160 | 371 | 112 | 67 | 0 | 2 | 341 | 136 | 76 |
| Binary | 1000001 | 1110000 | 11111001 | 1001010 | 110111 | 0 | 10 | 11100001 | 1011110 | 111110 |
Color Harmonies of #4170F9
Complementary color
Monochromatic Colors of #4170F9
Black with #4170F9
Text Example
Text Example
White with #4170F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170F9; }
p { color: rgb(65,112,249); }
H1.HeaderClassName
{
color: #4170F9;
}
.AnyTagClassName
{
color: #4170F9;
}
</style>
background-color css
<style>
a { background-color: #4170F9; }
a { background-color: rgb(65,112,249); }
div.DivClassName
{
background-color: #4170F9;
}
.BgClassName
{
background-color: #4170F9;
}
</style>
border-color css
<style>
span { border-color: #4170F9; }
span { border-color: rgb(65,112,249); }
td.TdClassName
{
border-color: #4170F9;
}
.TagClassName
{
border-color: #4170F9;
}
</style>