Shades of Royal Blue #4171CF
Tints of Royal Blue #4171CF
RGB
CMYK
RGB Variations
Color information
#4171CF (or 0x4171CF) is known color: Royal Blue. HEX triplet: 41, 71 and CF. RGB value is (65,113,207). Sum of RGB (Red+Green+Blue) = 65+113+207=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #4171CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4171CF is #BE8E30. Grayscale: #6C6C6C. Windows color (decimal): -12488241 or 13594945. OLE color: 13594945.
HSL color Cylindrical-coordinate representation of color #4171CF: hue angle of 219.72º 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 #4171CF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 113 | 207 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.19 |
| HSL | 219.72º | 0.6% | 0.53% | - |
| HSV(B) | 219.72º | 0.69% | 0.81% | - |
| XYZ | 19.35 | 17.44 | 61.38 | - |
| YUV | 109.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 207 | 0.69 | 0.45 | 0 | 0.19 | 219.72 | 0.6 | 0.53 |
| Hex | 41 | 71 | CF | 45 | 2D | 0 | 13 | DC | 3C | 35 |
| Octal | 101 | 161 | 317 | 105 | 55 | 0 | 23 | 334 | 74 | 65 |
| Binary | 1000001 | 1110001 | 11001111 | 1000101 | 101101 | 0 | 10011 | 11011100 | 111100 | 110101 |
Color Harmonies of #4171CF
Complementary color
Monochromatic Colors of #4171CF
Black with #4171CF
Text Example
Text Example
White with #4171CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4171CF; }
p { color: rgb(65,113,207); }
H1.HeaderClassName
{
color: #4171CF;
}
.AnyTagClassName
{
color: #4171CF;
}
</style>
background-color css
<style>
a { background-color: #4171CF; }
a { background-color: rgb(65,113,207); }
div.DivClassName
{
background-color: #4171CF;
}
.BgClassName
{
background-color: #4171CF;
}
</style>
border-color css
<style>
span { border-color: #4171CF; }
span { border-color: rgb(65,113,207); }
td.TdClassName
{
border-color: #4171CF;
}
.TagClassName
{
border-color: #4171CF;
}
</style>