Shades of Royal Blue #417ACF
Tints of Royal Blue #417ACF
RGB
CMYK
RGB Variations
Color information
#417ACF (or 0x417ACF) is known color: Royal Blue. HEX triplet: 41, 7A and CF. RGB value is (65,122,207). Sum of RGB (Red+Green+Blue) = 65+122+207=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #417ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ACF is #BE8530. Grayscale: #727272. Windows color (decimal): -12485937 or 13597249. OLE color: 13597249.
HSL color Cylindrical-coordinate representation of color #417ACF: hue angle of 215.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417ACF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 122 | 207 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.19 |
| HSL | 215.92º | 0.6% | 0.53% | - |
| HSV(B) | 215.92º | 0.69% | 0.81% | - |
| XYZ | 20.4 | 19.55 | 61.73 | - |
| YUV | 114.65 | 180.12 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 207 | 0.69 | 0.41 | 0 | 0.19 | 215.92 | 0.6 | 0.53 |
| Hex | 41 | 7A | CF | 45 | 29 | 0 | 13 | D8 | 3C | 35 |
| Octal | 101 | 172 | 317 | 105 | 51 | 0 | 23 | 330 | 74 | 65 |
| Binary | 1000001 | 1111010 | 11001111 | 1000101 | 101001 | 0 | 10011 | 11011000 | 111100 | 110101 |
Color Harmonies of #417ACF
Complementary color
Monochromatic Colors of #417ACF
Black with #417ACF
Text Example
Text Example
White with #417ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417ACF; }
p { color: rgb(65,122,207); }
H1.HeaderClassName
{
color: #417ACF;
}
.AnyTagClassName
{
color: #417ACF;
}
</style>
background-color css
<style>
a { background-color: #417ACF; }
a { background-color: rgb(65,122,207); }
div.DivClassName
{
background-color: #417ACF;
}
.BgClassName
{
background-color: #417ACF;
}
</style>
border-color css
<style>
span { border-color: #417ACF; }
span { border-color: rgb(65,122,207); }
td.TdClassName
{
border-color: #417ACF;
}
.TagClassName
{
border-color: #417ACF;
}
</style>