Shades of Royal Blue #416CCF
Tints of Royal Blue #416CCF
RGB
CMYK
RGB Variations
Color information
#416CCF (or 0x416CCF) is known color: Royal Blue. HEX triplet: 41, 6C and CF. RGB value is (65,108,207). Sum of RGB (Red+Green+Blue) = 65+108+207=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #416CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CCF is #BE9330. Grayscale: #696969. Windows color (decimal): -12489521 or 13593665. OLE color: 13593665.
HSL color Cylindrical-coordinate representation of color #416CCF: hue angle of 221.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416CCF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 108 | 207 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.19 |
| HSL | 221.83º | 0.6% | 0.53% | - |
| HSV(B) | 221.83º | 0.69% | 0.81% | - |
| XYZ | 18.81 | 16.35 | 61.2 | - |
| YUV | 106.43 | 184.75 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 207 | 0.69 | 0.48 | 0 | 0.19 | 221.83 | 0.6 | 0.53 |
| Hex | 41 | 6C | CF | 45 | 30 | 0 | 13 | DE | 3C | 35 |
| Octal | 101 | 154 | 317 | 105 | 60 | 0 | 23 | 336 | 74 | 65 |
| Binary | 1000001 | 1101100 | 11001111 | 1000101 | 110000 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #416CCF
Complementary color
Monochromatic Colors of #416CCF
Black with #416CCF
Text Example
Text Example
White with #416CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CCF; }
p { color: rgb(65,108,207); }
H1.HeaderClassName
{
color: #416CCF;
}
.AnyTagClassName
{
color: #416CCF;
}
</style>
background-color css
<style>
a { background-color: #416CCF; }
a { background-color: rgb(65,108,207); }
div.DivClassName
{
background-color: #416CCF;
}
.BgClassName
{
background-color: #416CCF;
}
</style>
border-color css
<style>
span { border-color: #416CCF; }
span { border-color: rgb(65,108,207); }
td.TdClassName
{
border-color: #416CCF;
}
.TagClassName
{
border-color: #416CCF;
}
</style>