Shades of Royal Blue #417BFC
Tints of Royal Blue #417BFC
RGB
CMYK
RGB Variations
Color information
#417BFC (or 0x417BFC) is known color: Royal Blue. HEX triplet: 41, 7B and FC. RGB value is (65,123,252). Sum of RGB (Red+Green+Blue) = 65+123+252=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #417BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417BFC is #BE8403. Grayscale: #777777. Windows color (decimal): -12485636 or 16546625. OLE color: 16546625.
HSL color Cylindrical-coordinate representation of color #417BFC: hue angle of 221.39º degrees, saturation: 0.97, 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 #417BFC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 123 | 252 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.01 |
| HSL | 221.39º | 0.97% | 0.62% | - |
| HSV(B) | 221.39º | 0.74% | 0.99% | - |
| XYZ | 26.83 | 22.32 | 94.99 | - |
| YUV | 120.36 | 202.28 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 252 | 0.74 | 0.51 | 0 | 0.01 | 221.39 | 0.97 | 0.62 |
| Hex | 41 | 7B | FC | 4A | 33 | 0 | 1 | DD | 61 | 3E |
| Octal | 101 | 173 | 374 | 112 | 63 | 0 | 1 | 335 | 141 | 76 |
| Binary | 1000001 | 1111011 | 11111100 | 1001010 | 110011 | 0 | 1 | 11011101 | 1100001 | 111110 |
Color Harmonies of #417BFC
Complementary color
Monochromatic Colors of #417BFC
Black with #417BFC
Text Example
Text Example
White with #417BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BFC; }
p { color: rgb(65,123,252); }
H1.HeaderClassName
{
color: #417BFC;
}
.AnyTagClassName
{
color: #417BFC;
}
</style>
background-color css
<style>
a { background-color: #417BFC; }
a { background-color: rgb(65,123,252); }
div.DivClassName
{
background-color: #417BFC;
}
.BgClassName
{
background-color: #417BFC;
}
</style>
border-color css
<style>
span { border-color: #417BFC; }
span { border-color: rgb(65,123,252); }
td.TdClassName
{
border-color: #417BFC;
}
.TagClassName
{
border-color: #417BFC;
}
</style>