Shades of Royal Blue #416AFD
Tints of Royal Blue #416AFD
RGB
CMYK
RGB Variations
Color information
#416AFD (or 0x416AFD) is known color: Royal Blue. HEX triplet: 41, 6A and FD. RGB value is (65,106,253). Sum of RGB (Red+Green+Blue) = 65+106+253=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #416AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AFD is #BE9502. Grayscale: #6D6D6D. Windows color (decimal): -12489987 or 16607809. OLE color: 16607809.
HSL color Cylindrical-coordinate representation of color #416AFD: hue angle of 226.91º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416AFD is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 106 | 253 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.01 |
| HSL | 226.91º | 0.98% | 0.62% | - |
| HSV(B) | 226.91º | 0.74% | 0.99% | - |
| XYZ | 25.06 | 18.52 | 95.18 | - |
| YUV | 110.5 | 208.42 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 253 | 0.74 | 0.58 | 0 | 0.01 | 226.91 | 0.98 | 0.62 |
| Hex | 41 | 6A | FD | 4A | 3A | 0 | 1 | E3 | 62 | 3E |
| Octal | 101 | 152 | 375 | 112 | 72 | 0 | 1 | 343 | 142 | 76 |
| Binary | 1000001 | 1101010 | 11111101 | 1001010 | 111010 | 0 | 1 | 11100011 | 1100010 | 111110 |
Color Harmonies of #416AFD
Complementary color
Monochromatic Colors of #416AFD
Black with #416AFD
Text Example
Text Example
White with #416AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416AFD; }
p { color: rgb(65,106,253); }
H1.HeaderClassName
{
color: #416AFD;
}
.AnyTagClassName
{
color: #416AFD;
}
</style>
background-color css
<style>
a { background-color: #416AFD; }
a { background-color: rgb(65,106,253); }
div.DivClassName
{
background-color: #416AFD;
}
.BgClassName
{
background-color: #416AFD;
}
</style>
border-color css
<style>
span { border-color: #416AFD; }
span { border-color: rgb(65,106,253); }
td.TdClassName
{
border-color: #416AFD;
}
.TagClassName
{
border-color: #416AFD;
}
</style>