Shades of Royal Blue #417CF9
Tints of Royal Blue #417CF9
RGB
CMYK
RGB Variations
Color information
#417CF9 (or 0x417CF9) is known color: Royal Blue. HEX triplet: 41, 7C and F9. RGB value is (65,124,249). Sum of RGB (Red+Green+Blue) = 65+124+249=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #417CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417CF9 is #BE8306. Grayscale: #787878. Windows color (decimal): -12485383 or 16350273. OLE color: 16350273.
HSL color Cylindrical-coordinate representation of color #417CF9: hue angle of 220.76º 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 #417CF9 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 124 | 249 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.02 |
| HSL | 220.76º | 0.94% | 0.62% | - |
| HSV(B) | 220.76º | 0.74% | 0.98% | - |
| XYZ | 26.49 | 22.38 | 92.55 | - |
| YUV | 120.61 | 200.45 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 249 | 0.74 | 0.50 | 0 | 0.02 | 220.76 | 0.94 | 0.62 |
| Hex | 41 | 7C | F9 | 4A | 32 | 0 | 2 | DD | 5E | 3E |
| Octal | 101 | 174 | 371 | 112 | 62 | 0 | 2 | 335 | 136 | 76 |
| Binary | 1000001 | 1111100 | 11111001 | 1001010 | 110010 | 0 | 10 | 11011101 | 1011110 | 111110 |
Color Harmonies of #417CF9
Complementary color
Monochromatic Colors of #417CF9
Black with #417CF9
Text Example
Text Example
White with #417CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CF9; }
p { color: rgb(65,124,249); }
H1.HeaderClassName
{
color: #417CF9;
}
.AnyTagClassName
{
color: #417CF9;
}
</style>
background-color css
<style>
a { background-color: #417CF9; }
a { background-color: rgb(65,124,249); }
div.DivClassName
{
background-color: #417CF9;
}
.BgClassName
{
background-color: #417CF9;
}
</style>
border-color css
<style>
span { border-color: #417CF9; }
span { border-color: rgb(65,124,249); }
td.TdClassName
{
border-color: #417CF9;
}
.TagClassName
{
border-color: #417CF9;
}
</style>