Shades of Royal Blue #416AF5
Tints of Royal Blue #416AF5
RGB
CMYK
RGB Variations
Color information
#416AF5 (or 0x416AF5) is known color: Royal Blue. HEX triplet: 41, 6A and F5. RGB value is (65,106,245). Sum of RGB (Red+Green+Blue) = 65+106+245=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #416AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AF5 is #BE950A. Grayscale: #6C6C6C. Windows color (decimal): -12489995 or 16083521. OLE color: 16083521.
HSL color Cylindrical-coordinate representation of color #416AF5: hue angle of 226.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416AF5 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 106 | 245 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.04 |
| HSL | 226.33º | 0.9% | 0.61% | - |
| HSV(B) | 226.33º | 0.73% | 0.96% | - |
| XYZ | 23.82 | 18.02 | 88.61 | - |
| YUV | 109.59 | 204.42 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 245 | 0.73 | 0.57 | 0 | 0.04 | 226.33 | 0.9 | 0.61 |
| Hex | 41 | 6A | F5 | 49 | 39 | 0 | 4 | E2 | 5A | 3D |
| Octal | 101 | 152 | 365 | 111 | 71 | 0 | 4 | 342 | 132 | 75 |
| Binary | 1000001 | 1101010 | 11110101 | 1001001 | 111001 | 0 | 100 | 11100010 | 1011010 | 111101 |
Color Harmonies of #416AF5
Complementary color
Monochromatic Colors of #416AF5
Black with #416AF5
Text Example
Text Example
White with #416AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416AF5; }
p { color: rgb(65,106,245); }
H1.HeaderClassName
{
color: #416AF5;
}
.AnyTagClassName
{
color: #416AF5;
}
</style>
background-color css
<style>
a { background-color: #416AF5; }
a { background-color: rgb(65,106,245); }
div.DivClassName
{
background-color: #416AF5;
}
.BgClassName
{
background-color: #416AF5;
}
</style>
border-color css
<style>
span { border-color: #416AF5; }
span { border-color: rgb(65,106,245); }
td.TdClassName
{
border-color: #416AF5;
}
.TagClassName
{
border-color: #416AF5;
}
</style>