Shades of Royal Blue #417BDF
Tints of Royal Blue #417BDF
RGB
CMYK
RGB Variations
Color information
#417BDF (or 0x417BDF) is known color: Royal Blue. HEX triplet: 41, 7B and DF. RGB value is (65,123,223). Sum of RGB (Red+Green+Blue) = 65+123+223=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #417BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BDF is #BE8420. Grayscale: #747474. Windows color (decimal): -12485665 or 14646081. OLE color: 14646081.
HSL color Cylindrical-coordinate representation of color #417BDF: hue angle of 217.97º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #417BDF is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 123 | 223 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.13 |
| HSL | 217.97º | 0.71% | 0.56% | - |
| HSV(B) | 217.97º | 0.71% | 0.87% | - |
| XYZ | 22.58 | 20.62 | 72.6 | - |
| YUV | 117.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 223 | 0.71 | 0.45 | 0 | 0.13 | 217.97 | 0.71 | 0.56 |
| Hex | 41 | 7B | DF | 47 | 2D | 0 | D | DA | 47 | 38 |
| Octal | 101 | 173 | 337 | 107 | 55 | 0 | 15 | 332 | 107 | 70 |
| Binary | 1000001 | 1111011 | 11011111 | 1000111 | 101101 | 0 | 1101 | 11011010 | 1000111 | 111000 |
Color Harmonies of #417BDF
Complementary color
Monochromatic Colors of #417BDF
Black with #417BDF
Text Example
Text Example
White with #417BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BDF; }
p { color: rgb(65,123,223); }
H1.HeaderClassName
{
color: #417BDF;
}
.AnyTagClassName
{
color: #417BDF;
}
</style>
background-color css
<style>
a { background-color: #417BDF; }
a { background-color: rgb(65,123,223); }
div.DivClassName
{
background-color: #417BDF;
}
.BgClassName
{
background-color: #417BDF;
}
</style>
border-color css
<style>
span { border-color: #417BDF; }
span { border-color: rgb(65,123,223); }
td.TdClassName
{
border-color: #417BDF;
}
.TagClassName
{
border-color: #417BDF;
}
</style>