Shades of Royal Blue #416BCF
Tints of Royal Blue #416BCF
RGB
CMYK
RGB Variations
Color information
#416BCF (or 0x416BCF) is known color: Royal Blue. HEX triplet: 41, 6B and CF. RGB value is (65,107,207). Sum of RGB (Red+Green+Blue) = 65+107+207=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #416BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BCF is #BE9430. Grayscale: #696969. Windows color (decimal): -12489777 or 13593409. OLE color: 13593409.
HSL color Cylindrical-coordinate representation of color #416BCF: hue angle of 222.25º 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 #416BCF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 107 | 207 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.19 |
| HSL | 222.25º | 0.6% | 0.53% | - |
| HSV(B) | 222.25º | 0.69% | 0.81% | - |
| XYZ | 18.7 | 16.14 | 61.16 | - |
| YUV | 105.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 207 | 0.69 | 0.48 | 0 | 0.19 | 222.25 | 0.6 | 0.53 |
| Hex | 41 | 6B | CF | 45 | 30 | 0 | 13 | DE | 3C | 35 |
| Octal | 101 | 153 | 317 | 105 | 60 | 0 | 23 | 336 | 74 | 65 |
| Binary | 1000001 | 1101011 | 11001111 | 1000101 | 110000 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #416BCF
Complementary color
Monochromatic Colors of #416BCF
Black with #416BCF
Text Example
Text Example
White with #416BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416BCF; }
p { color: rgb(65,107,207); }
H1.HeaderClassName
{
color: #416BCF;
}
.AnyTagClassName
{
color: #416BCF;
}
</style>
background-color css
<style>
a { background-color: #416BCF; }
a { background-color: rgb(65,107,207); }
div.DivClassName
{
background-color: #416BCF;
}
.BgClassName
{
background-color: #416BCF;
}
</style>
border-color css
<style>
span { border-color: #416BCF; }
span { border-color: rgb(65,107,207); }
td.TdClassName
{
border-color: #416BCF;
}
.TagClassName
{
border-color: #416BCF;
}
</style>