Shades of Royal Blue #416FFD
Tints of Royal Blue #416FFD
RGB
CMYK
RGB Variations
Color information
#416FFD (or 0x416FFD) is known color: Royal Blue. HEX triplet: 41, 6F and FD. RGB value is (65,111,253). Sum of RGB (Red+Green+Blue) = 65+111+253=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #416FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FFD is #BE9002. Grayscale: #707070. Windows color (decimal): -12488707 or 16609089. OLE color: 16609089.
HSL color Cylindrical-coordinate representation of color #416FFD: hue angle of 225.32º 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 #416FFD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 111 | 253 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.01 |
| HSL | 225.32º | 0.98% | 0.62% | - |
| HSV(B) | 225.32º | 0.74% | 0.99% | - |
| XYZ | 25.59 | 19.58 | 95.36 | - |
| YUV | 113.43 | 206.76 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 253 | 0.74 | 0.56 | 0 | 0.01 | 225.32 | 0.98 | 0.62 |
| Hex | 41 | 6F | FD | 4A | 38 | 0 | 1 | E1 | 62 | 3E |
| Octal | 101 | 157 | 375 | 112 | 70 | 0 | 1 | 341 | 142 | 76 |
| Binary | 1000001 | 1101111 | 11111101 | 1001010 | 111000 | 0 | 1 | 11100001 | 1100010 | 111110 |
Color Harmonies of #416FFD
Complementary color
Monochromatic Colors of #416FFD
Black with #416FFD
Text Example
Text Example
White with #416FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FFD; }
p { color: rgb(65,111,253); }
H1.HeaderClassName
{
color: #416FFD;
}
.AnyTagClassName
{
color: #416FFD;
}
</style>
background-color css
<style>
a { background-color: #416FFD; }
a { background-color: rgb(65,111,253); }
div.DivClassName
{
background-color: #416FFD;
}
.BgClassName
{
background-color: #416FFD;
}
</style>
border-color css
<style>
span { border-color: #416FFD; }
span { border-color: rgb(65,111,253); }
td.TdClassName
{
border-color: #416FFD;
}
.TagClassName
{
border-color: #416FFD;
}
</style>