Shades of Royal Blue #4170DA
Tints of Royal Blue #4170DA
RGB
CMYK
RGB Variations
Color information
#4170DA (or 0x4170DA) is known color: Royal Blue. HEX triplet: 41, 70 and DA. RGB value is (65,112,218). Sum of RGB (Red+Green+Blue) = 65+112+218=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #4170DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170DA is #BE8F25. Grayscale: #6D6D6D. Windows color (decimal): -12488486 or 14315585. OLE color: 14315585.
HSL color Cylindrical-coordinate representation of color #4170DA: hue angle of 221.57º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4170DA is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 112 | 218 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.15 |
| HSL | 221.57º | 0.67% | 0.55% | - |
| HSV(B) | 221.57º | 0.7% | 0.85% | - |
| XYZ | 20.63 | 17.77 | 68.67 | - |
| YUV | 110.03 | 188.93 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 218 | 0.70 | 0.49 | 0 | 0.15 | 221.57 | 0.67 | 0.55 |
| Hex | 41 | 70 | DA | 46 | 31 | 0 | F | DE | 43 | 37 |
| Octal | 101 | 160 | 332 | 106 | 61 | 0 | 17 | 336 | 103 | 67 |
| Binary | 1000001 | 1110000 | 11011010 | 1000110 | 110001 | 0 | 1111 | 11011110 | 1000011 | 110111 |
Color Harmonies of #4170DA
Complementary color
Monochromatic Colors of #4170DA
Black with #4170DA
Text Example
Text Example
White with #4170DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170DA; }
p { color: rgb(65,112,218); }
H1.HeaderClassName
{
color: #4170DA;
}
.AnyTagClassName
{
color: #4170DA;
}
</style>
background-color css
<style>
a { background-color: #4170DA; }
a { background-color: rgb(65,112,218); }
div.DivClassName
{
background-color: #4170DA;
}
.BgClassName
{
background-color: #4170DA;
}
</style>
border-color css
<style>
span { border-color: #4170DA; }
span { border-color: rgb(65,112,218); }
td.TdClassName
{
border-color: #4170DA;
}
.TagClassName
{
border-color: #4170DA;
}
</style>