Shades of Royal Blue #417DF3
Tints of Royal Blue #417DF3
RGB
CMYK
RGB Variations
Color information
#417DF3 (or 0x417DF3) is known color: Royal Blue. HEX triplet: 41, 7D and F3. RGB value is (65,125,243). Sum of RGB (Red+Green+Blue) = 65+125+243=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #417DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417DF3 is #BE820C. Grayscale: #777777. Windows color (decimal): -12485133 or 15957313. OLE color: 15957313.
HSL color Cylindrical-coordinate representation of color #417DF3: hue angle of 219.78º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #417DF3 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 125 | 243 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.05 |
| HSL | 219.78º | 0.88% | 0.6% | - |
| HSV(B) | 219.78º | 0.73% | 0.95% | - |
| XYZ | 25.69 | 22.26 | 87.74 | - |
| YUV | 120.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 243 | 0.73 | 0.49 | 0 | 0.05 | 219.78 | 0.88 | 0.6 |
| Hex | 41 | 7D | F3 | 49 | 31 | 0 | 5 | DC | 58 | 3C |
| Octal | 101 | 175 | 363 | 111 | 61 | 0 | 5 | 334 | 130 | 74 |
| Binary | 1000001 | 1111101 | 11110011 | 1001001 | 110001 | 0 | 101 | 11011100 | 1011000 | 111100 |
Color Harmonies of #417DF3
Complementary color
Monochromatic Colors of #417DF3
Black with #417DF3
Text Example
Text Example
White with #417DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DF3; }
p { color: rgb(65,125,243); }
H1.HeaderClassName
{
color: #417DF3;
}
.AnyTagClassName
{
color: #417DF3;
}
</style>
background-color css
<style>
a { background-color: #417DF3; }
a { background-color: rgb(65,125,243); }
div.DivClassName
{
background-color: #417DF3;
}
.BgClassName
{
background-color: #417DF3;
}
</style>
border-color css
<style>
span { border-color: #417DF3; }
span { border-color: rgb(65,125,243); }
td.TdClassName
{
border-color: #417DF3;
}
.TagClassName
{
border-color: #417DF3;
}
</style>