Shades of Royal Blue #416CF8
Tints of Royal Blue #416CF8
RGB
CMYK
RGB Variations
Color information
#416CF8 (or 0x416CF8) is known color: Royal Blue. HEX triplet: 41, 6C and F8. RGB value is (65,108,248). Sum of RGB (Red+Green+Blue) = 65+108+248=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #416CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CF8 is #BE9307. Grayscale: #6E6E6E. Windows color (decimal): -12489480 or 16280641. OLE color: 16280641.
HSL color Cylindrical-coordinate representation of color #416CF8: hue angle of 225.9º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416CF8 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 108 | 248 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.03 |
| HSL | 225.9º | 0.93% | 0.61% | - |
| HSV(B) | 225.9º | 0.74% | 0.97% | - |
| XYZ | 24.49 | 18.63 | 91.11 | - |
| YUV | 111.1 | 205.25 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 248 | 0.74 | 0.56 | 0 | 0.03 | 225.9 | 0.93 | 0.61 |
| Hex | 41 | 6C | F8 | 4A | 38 | 0 | 3 | E2 | 5D | 3D |
| Octal | 101 | 154 | 370 | 112 | 70 | 0 | 3 | 342 | 135 | 75 |
| Binary | 1000001 | 1101100 | 11111000 | 1001010 | 111000 | 0 | 11 | 11100010 | 1011101 | 111101 |
Color Harmonies of #416CF8
Complementary color
Monochromatic Colors of #416CF8
Black with #416CF8
Text Example
Text Example
White with #416CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CF8; }
p { color: rgb(65,108,248); }
H1.HeaderClassName
{
color: #416CF8;
}
.AnyTagClassName
{
color: #416CF8;
}
</style>
background-color css
<style>
a { background-color: #416CF8; }
a { background-color: rgb(65,108,248); }
div.DivClassName
{
background-color: #416CF8;
}
.BgClassName
{
background-color: #416CF8;
}
</style>
border-color css
<style>
span { border-color: #416CF8; }
span { border-color: rgb(65,108,248); }
td.TdClassName
{
border-color: #416CF8;
}
.TagClassName
{
border-color: #416CF8;
}
</style>