Shades of Royal Blue #416CFC
Tints of Royal Blue #416CFC
RGB
CMYK
RGB Variations
Color information
#416CFC (or 0x416CFC) is known color: Royal Blue. HEX triplet: 41, 6C and FC. RGB value is (65,108,252). Sum of RGB (Red+Green+Blue) = 65+108+252=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #416CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CFC is #BE9303. Grayscale: #6E6E6E. Windows color (decimal): -12489476 or 16542785. OLE color: 16542785.
HSL color Cylindrical-coordinate representation of color #416CFC: hue angle of 226.2º 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 #416CFC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 108 | 252 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.01 |
| HSL | 226.2º | 0.97% | 0.62% | - |
| HSV(B) | 226.2º | 0.74% | 0.99% | - |
| XYZ | 25.11 | 18.88 | 94.42 | - |
| YUV | 111.56 | 207.25 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 252 | 0.74 | 0.57 | 0 | 0.01 | 226.2 | 0.97 | 0.62 |
| Hex | 41 | 6C | FC | 4A | 39 | 0 | 1 | E2 | 61 | 3E |
| Octal | 101 | 154 | 374 | 112 | 71 | 0 | 1 | 342 | 141 | 76 |
| Binary | 1000001 | 1101100 | 11111100 | 1001010 | 111001 | 0 | 1 | 11100010 | 1100001 | 111110 |
Color Harmonies of #416CFC
Complementary color
Monochromatic Colors of #416CFC
Black with #416CFC
Text Example
Text Example
White with #416CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CFC; }
p { color: rgb(65,108,252); }
H1.HeaderClassName
{
color: #416CFC;
}
.AnyTagClassName
{
color: #416CFC;
}
</style>
background-color css
<style>
a { background-color: #416CFC; }
a { background-color: rgb(65,108,252); }
div.DivClassName
{
background-color: #416CFC;
}
.BgClassName
{
background-color: #416CFC;
}
</style>
border-color css
<style>
span { border-color: #416CFC; }
span { border-color: rgb(65,108,252); }
td.TdClassName
{
border-color: #416CFC;
}
.TagClassName
{
border-color: #416CFC;
}
</style>