Shades of Royal Blue #416FFA
Tints of Royal Blue #416FFA
RGB
CMYK
RGB Variations
Color information
#416FFA (or 0x416FFA) is known color: Royal Blue. HEX triplet: 41, 6F and FA. RGB value is (65,111,250). Sum of RGB (Red+Green+Blue) = 65+111+250=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #416FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FFA is #BE9005. Grayscale: #707070. Windows color (decimal): -12488710 or 16412481. OLE color: 16412481.
HSL color Cylindrical-coordinate representation of color #416FFA: hue angle of 225.08º degrees, saturation: 0.95, 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 #416FFA is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 111 | 250 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.02 |
| HSL | 225.08º | 0.95% | 0.62% | - |
| HSV(B) | 225.08º | 0.74% | 0.98% | - |
| XYZ | 25.12 | 19.39 | 92.86 | - |
| YUV | 113.09 | 205.26 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 250 | 0.74 | 0.56 | 0 | 0.02 | 225.08 | 0.95 | 0.62 |
| Hex | 41 | 6F | FA | 4A | 38 | 0 | 2 | E1 | 5F | 3E |
| Octal | 101 | 157 | 372 | 112 | 70 | 0 | 2 | 341 | 137 | 76 |
| Binary | 1000001 | 1101111 | 11111010 | 1001010 | 111000 | 0 | 10 | 11100001 | 1011111 | 111110 |
Color Harmonies of #416FFA
Complementary color
Monochromatic Colors of #416FFA
Black with #416FFA
Text Example
Text Example
White with #416FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FFA; }
p { color: rgb(65,111,250); }
H1.HeaderClassName
{
color: #416FFA;
}
.AnyTagClassName
{
color: #416FFA;
}
</style>
background-color css
<style>
a { background-color: #416FFA; }
a { background-color: rgb(65,111,250); }
div.DivClassName
{
background-color: #416FFA;
}
.BgClassName
{
background-color: #416FFA;
}
</style>
border-color css
<style>
span { border-color: #416FFA; }
span { border-color: rgb(65,111,250); }
td.TdClassName
{
border-color: #416FFA;
}
.TagClassName
{
border-color: #416FFA;
}
</style>