Shades of Royal Blue #416FF9
Tints of Royal Blue #416FF9
RGB
CMYK
RGB Variations
Color information
#416FF9 (or 0x416FF9) is known color: Royal Blue. HEX triplet: 41, 6F and F9. RGB value is (65,111,249). Sum of RGB (Red+Green+Blue) = 65+111+249=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #416FF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FF9 is #BE9006. Grayscale: #707070. Windows color (decimal): -12488711 or 16346945. OLE color: 16346945.
HSL color Cylindrical-coordinate representation of color #416FF9: hue angle of 225º 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 #416FF9 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 111 | 249 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.02 |
| HSL | 225º | 0.94% | 0.62% | - |
| HSV(B) | 225º | 0.74% | 0.98% | - |
| XYZ | 24.96 | 19.33 | 92.04 | - |
| YUV | 112.98 | 204.76 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 249 | 0.74 | 0.55 | 0 | 0.02 | 225 | 0.94 | 0.62 |
| Hex | 41 | 6F | F9 | 4A | 37 | 0 | 2 | E1 | 5E | 3E |
| Octal | 101 | 157 | 371 | 112 | 67 | 0 | 2 | 341 | 136 | 76 |
| Binary | 1000001 | 1101111 | 11111001 | 1001010 | 110111 | 0 | 10 | 11100001 | 1011110 | 111110 |
Color Harmonies of #416FF9
Complementary color
Monochromatic Colors of #416FF9
Black with #416FF9
Text Example
Text Example
White with #416FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FF9; }
p { color: rgb(65,111,249); }
H1.HeaderClassName
{
color: #416FF9;
}
.AnyTagClassName
{
color: #416FF9;
}
</style>
background-color css
<style>
a { background-color: #416FF9; }
a { background-color: rgb(65,111,249); }
div.DivClassName
{
background-color: #416FF9;
}
.BgClassName
{
background-color: #416FF9;
}
</style>
border-color css
<style>
span { border-color: #416FF9; }
span { border-color: rgb(65,111,249); }
td.TdClassName
{
border-color: #416FF9;
}
.TagClassName
{
border-color: #416FF9;
}
</style>