Shades of Royal Blue #416BF6
Tints of Royal Blue #416BF6
RGB
CMYK
RGB Variations
Color information
#416BF6 (or 0x416BF6) is known color: Royal Blue. HEX triplet: 41, 6B and F6. RGB value is (65,107,246). Sum of RGB (Red+Green+Blue) = 65+107+246=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 246 (96.48% from 255 or 58.85% from 418); Max value from RGB is 246 - color contains mainly: blue. Hex color #416BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416BF6 is #BE9409. Grayscale: #6D6D6D. Windows color (decimal): -12489738 or 16149313. OLE color: 16149313.
HSL color Cylindrical-coordinate representation of color #416BF6: hue angle of 226.08º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416BF6 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 107 | 246 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.04 |
| HSL | 226.08º | 0.91% | 0.61% | - |
| HSV(B) | 226.08º | 0.74% | 0.96% | - |
| XYZ | 24.07 | 18.29 | 89.45 | - |
| YUV | 110.29 | 204.59 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 246 | 0.74 | 0.57 | 0 | 0.04 | 226.08 | 0.91 | 0.61 |
| Hex | 41 | 6B | F6 | 4A | 39 | 0 | 4 | E2 | 5B | 3D |
| Octal | 101 | 153 | 366 | 112 | 71 | 0 | 4 | 342 | 133 | 75 |
| Binary | 1000001 | 1101011 | 11110110 | 1001010 | 111001 | 0 | 100 | 11100010 | 1011011 | 111101 |
Color Harmonies of #416BF6
Complementary color
Monochromatic Colors of #416BF6
Black with #416BF6
Text Example
Text Example
White with #416BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416BF6; }
p { color: rgb(65,107,246); }
H1.HeaderClassName
{
color: #416BF6;
}
.AnyTagClassName
{
color: #416BF6;
}
</style>
background-color css
<style>
a { background-color: #416BF6; }
a { background-color: rgb(65,107,246); }
div.DivClassName
{
background-color: #416BF6;
}
.BgClassName
{
background-color: #416BF6;
}
</style>
border-color css
<style>
span { border-color: #416BF6; }
span { border-color: rgb(65,107,246); }
td.TdClassName
{
border-color: #416BF6;
}
.TagClassName
{
border-color: #416BF6;
}
</style>