Shades of Royal Blue #417AF3
Tints of Royal Blue #417AF3
RGB
CMYK
RGB Variations
Color information
#417AF3 (or 0x417AF3) is known color: Royal Blue. HEX triplet: 41, 7A and F3. RGB value is (65,122,243). Sum of RGB (Red+Green+Blue) = 65+122+243=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #417AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417AF3 is #BE850C. Grayscale: #767676. Windows color (decimal): -12485901 or 15956545. OLE color: 15956545.
HSL color Cylindrical-coordinate representation of color #417AF3: hue angle of 220.79º 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 #417AF3 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 65 | 122 | 243 | - |
CMYK | 0.73 | 0.50 | 0 | 0.05 |
HSL | 220.79º | 0.88% | 0.6% | - |
HSV(B) | 220.79º | 0.73% | 0.95% | - |
XYZ | 25.32 | 21.51 | 87.61 | - |
YUV | 118.75 | 198.12 | 89.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 122 | 243 | 0.73 | 0.50 | 0 | 0.05 | 220.79 | 0.88 | 0.6 |
Hex | 41 | 7A | F3 | 49 | 32 | 0 | 5 | DD | 58 | 3C |
Octal | 101 | 172 | 363 | 111 | 62 | 0 | 5 | 335 | 130 | 74 |
Binary | 1000001 | 1111010 | 11110011 | 1001001 | 110010 | 0 | 101 | 11011101 | 1011000 | 111100 |
Color Harmonies of #417AF3
Complementary color
Monochromatic Colors of #417AF3
Black with #417AF3
Text Example
Text Example
White with #417AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AF3; }
p { color: rgb(65,122,243); }
H1.HeaderClassName
{
color: #417AF3;
}
.AnyTagClassName
{
color: #417AF3;
}
</style>
background-color css
<style>
a { background-color: #417AF3; }
a { background-color: rgb(65,122,243); }
div.DivClassName
{
background-color: #417AF3;
}
.BgClassName
{
background-color: #417AF3;
}
</style>
border-color css
<style>
span { border-color: #417AF3; }
span { border-color: rgb(65,122,243); }
td.TdClassName
{
border-color: #417AF3;
}
.TagClassName
{
border-color: #417AF3;
}
</style>