Shades of Royal Blue #4186DE
Tints of Royal Blue #4186DE
RGB
CMYK
RGB Variations
Color information
#4186DE (or 0x4186DE) is known color: Royal Blue. HEX triplet: 41, 86 and DE. RGB value is (65,134,222). Sum of RGB (Red+Green+Blue) = 65+134+222=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #4186DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4186DE is #BE7921. Grayscale: #7A7A7A. Windows color (decimal): -12482850 or 14583361. OLE color: 14583361.
HSL color Cylindrical-coordinate representation of color #4186DE: hue angle of 213.63º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4186DE is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 134 | 222 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.13 |
| HSL | 213.63º | 0.7% | 0.56% | - |
| HSV(B) | 213.63º | 0.71% | 0.87% | - |
| XYZ | 23.89 | 23.45 | 72.37 | - |
| YUV | 123.4 | 183.64 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 222 | 0.71 | 0.40 | 0 | 0.13 | 213.63 | 0.7 | 0.56 |
| Hex | 41 | 86 | DE | 47 | 28 | 0 | D | D6 | 46 | 38 |
| Octal | 101 | 206 | 336 | 107 | 50 | 0 | 15 | 326 | 106 | 70 |
| Binary | 1000001 | 10000110 | 11011110 | 1000111 | 101000 | 0 | 1101 | 11010110 | 1000110 | 111000 |
Color Harmonies of #4186DE
Complementary color
Monochromatic Colors of #4186DE
Black with #4186DE
Text Example
Text Example
White with #4186DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4186DE; }
p { color: rgb(65,134,222); }
H1.HeaderClassName
{
color: #4186DE;
}
.AnyTagClassName
{
color: #4186DE;
}
</style>
background-color css
<style>
a { background-color: #4186DE; }
a { background-color: rgb(65,134,222); }
div.DivClassName
{
background-color: #4186DE;
}
.BgClassName
{
background-color: #4186DE;
}
</style>
border-color css
<style>
span { border-color: #4186DE; }
span { border-color: rgb(65,134,222); }
td.TdClassName
{
border-color: #4186DE;
}
.TagClassName
{
border-color: #4186DE;
}
</style>