Shades of Royal Blue #4086DE
Tints of Royal Blue #4086DE
RGB
CMYK
RGB Variations
Color information
#4086DE (or 0x4086DE) is known color: Royal Blue. HEX triplet: 40, 86 and DE. RGB value is (64,134,222). Sum of RGB (Red+Green+Blue) = 64+134+222=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #4086DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086DE is #BF7921. Grayscale: #7A7A7A. Windows color (decimal): -12548386 or 14583360. OLE color: 14583360.
HSL color Cylindrical-coordinate representation of color #4086DE: hue angle of 213.42º degrees, saturation: 0.71, 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 #4086DE is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 134 | 222 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.13 |
| HSL | 213.42º | 0.71% | 0.56% | - |
| HSV(B) | 213.42º | 0.71% | 0.87% | - |
| XYZ | 23.82 | 23.41 | 72.37 | - |
| YUV | 123.1 | 183.81 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 222 | 0.71 | 0.40 | 0 | 0.13 | 213.42 | 0.71 | 0.56 |
| Hex | 40 | 86 | DE | 47 | 28 | 0 | D | D5 | 47 | 38 |
| Octal | 100 | 206 | 336 | 107 | 50 | 0 | 15 | 325 | 107 | 70 |
| Binary | 1000000 | 10000110 | 11011110 | 1000111 | 101000 | 0 | 1101 | 11010101 | 1000111 | 111000 |
Color Harmonies of #4086DE
Complementary color
Monochromatic Colors of #4086DE
Black with #4086DE
Text Example
Text Example
White with #4086DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4086DE; }
p { color: rgb(64,134,222); }
H1.HeaderClassName
{
color: #4086DE;
}
.AnyTagClassName
{
color: #4086DE;
}
</style>
background-color css
<style>
a { background-color: #4086DE; }
a { background-color: rgb(64,134,222); }
div.DivClassName
{
background-color: #4086DE;
}
.BgClassName
{
background-color: #4086DE;
}
</style>
border-color css
<style>
span { border-color: #4086DE; }
span { border-color: rgb(64,134,222); }
td.TdClassName
{
border-color: #4086DE;
}
.TagClassName
{
border-color: #4086DE;
}
</style>