Shades of Royal Blue #416CFD
Tints of Royal Blue #416CFD
RGB
CMYK
RGB Variations
Color information
#416CFD (or 0x416CFD) is known color: Royal Blue. HEX triplet: 41, 6C and FD. RGB value is (65,108,253). Sum of RGB (Red+Green+Blue) = 65+108+253=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #416CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CFD is #BE9302. Grayscale: #6F6F6F. Windows color (decimal): -12489475 or 16608321. OLE color: 16608321.
HSL color Cylindrical-coordinate representation of color #416CFD: hue angle of 226.28º 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 #416CFD is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 108 | 253 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.01 |
| HSL | 226.28º | 0.98% | 0.62% | - |
| HSV(B) | 226.28º | 0.74% | 0.99% | - |
| XYZ | 25.27 | 18.94 | 95.25 | - |
| YUV | 111.67 | 207.75 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 253 | 0.74 | 0.57 | 0 | 0.01 | 226.28 | 0.98 | 0.62 |
| Hex | 41 | 6C | FD | 4A | 39 | 0 | 1 | E2 | 62 | 3E |
| Octal | 101 | 154 | 375 | 112 | 71 | 0 | 1 | 342 | 142 | 76 |
| Binary | 1000001 | 1101100 | 11111101 | 1001010 | 111001 | 0 | 1 | 11100010 | 1100010 | 111110 |
Color Harmonies of #416CFD
Complementary color
Monochromatic Colors of #416CFD
Black with #416CFD
Text Example
Text Example
White with #416CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CFD; }
p { color: rgb(65,108,253); }
H1.HeaderClassName
{
color: #416CFD;
}
.AnyTagClassName
{
color: #416CFD;
}
</style>
background-color css
<style>
a { background-color: #416CFD; }
a { background-color: rgb(65,108,253); }
div.DivClassName
{
background-color: #416CFD;
}
.BgClassName
{
background-color: #416CFD;
}
</style>
border-color css
<style>
span { border-color: #416CFD; }
span { border-color: rgb(65,108,253); }
td.TdClassName
{
border-color: #416CFD;
}
.TagClassName
{
border-color: #416CFD;
}
</style>