Shades of Royal Blue #417AF9
Tints of Royal Blue #417AF9
RGB
CMYK
RGB Variations
Color information
#417AF9 (or 0x417AF9) is known color: Royal Blue. HEX triplet: 41, 7A and F9. RGB value is (65,122,249). Sum of RGB (Red+Green+Blue) = 65+122+249=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #417AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417AF9 is #BE8506. Grayscale: #767676. Windows color (decimal): -12485895 or 16349761. OLE color: 16349761.
HSL color Cylindrical-coordinate representation of color #417AF9: hue angle of 221.41º 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 #417AF9 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 122 | 249 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.02 |
| HSL | 221.41º | 0.94% | 0.62% | - |
| HSV(B) | 221.41º | 0.74% | 0.98% | - |
| XYZ | 26.24 | 21.88 | 92.46 | - |
| YUV | 119.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 249 | 0.74 | 0.51 | 0 | 0.02 | 221.41 | 0.94 | 0.62 |
| Hex | 41 | 7A | F9 | 4A | 33 | 0 | 2 | DD | 5E | 3E |
| Octal | 101 | 172 | 371 | 112 | 63 | 0 | 2 | 335 | 136 | 76 |
| Binary | 1000001 | 1111010 | 11111001 | 1001010 | 110011 | 0 | 10 | 11011101 | 1011110 | 111110 |
Color Harmonies of #417AF9
Complementary color
Monochromatic Colors of #417AF9
Black with #417AF9
Text Example
Text Example
White with #417AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AF9; }
p { color: rgb(65,122,249); }
H1.HeaderClassName
{
color: #417AF9;
}
.AnyTagClassName
{
color: #417AF9;
}
</style>
background-color css
<style>
a { background-color: #417AF9; }
a { background-color: rgb(65,122,249); }
div.DivClassName
{
background-color: #417AF9;
}
.BgClassName
{
background-color: #417AF9;
}
</style>
border-color css
<style>
span { border-color: #417AF9; }
span { border-color: rgb(65,122,249); }
td.TdClassName
{
border-color: #417AF9;
}
.TagClassName
{
border-color: #417AF9;
}
</style>