Shades of Royal Blue #4170CF
Tints of Royal Blue #4170CF
RGB
CMYK
RGB Variations
Color information
#4170CF (or 0x4170CF) is known color: Royal Blue. HEX triplet: 41, 70 and CF. RGB value is (65,112,207). Sum of RGB (Red+Green+Blue) = 65+112+207=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #4170CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170CF is #BE8F30. Grayscale: #6C6C6C. Windows color (decimal): -12488497 or 13594689. OLE color: 13594689.
HSL color Cylindrical-coordinate representation of color #4170CF: hue angle of 220.14º 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 #4170CF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 112 | 207 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.19 |
| HSL | 220.14º | 0.6% | 0.53% | - |
| HSV(B) | 220.14º | 0.69% | 0.81% | - |
| XYZ | 19.24 | 17.22 | 61.34 | - |
| YUV | 108.78 | 183.43 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 207 | 0.69 | 0.46 | 0 | 0.19 | 220.14 | 0.6 | 0.53 |
| Hex | 41 | 70 | CF | 45 | 2E | 0 | 13 | DC | 3C | 35 |
| Octal | 101 | 160 | 317 | 105 | 56 | 0 | 23 | 334 | 74 | 65 |
| Binary | 1000001 | 1110000 | 11001111 | 1000101 | 101110 | 0 | 10011 | 11011100 | 111100 | 110101 |
Color Harmonies of #4170CF
Complementary color
Monochromatic Colors of #4170CF
Black with #4170CF
Text Example
Text Example
White with #4170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170CF; }
p { color: rgb(65,112,207); }
H1.HeaderClassName
{
color: #4170CF;
}
.AnyTagClassName
{
color: #4170CF;
}
</style>
background-color css
<style>
a { background-color: #4170CF; }
a { background-color: rgb(65,112,207); }
div.DivClassName
{
background-color: #4170CF;
}
.BgClassName
{
background-color: #4170CF;
}
</style>
border-color css
<style>
span { border-color: #4170CF; }
span { border-color: rgb(65,112,207); }
td.TdClassName
{
border-color: #4170CF;
}
.TagClassName
{
border-color: #4170CF;
}
</style>