Shades of Royal Blue #4086EF
Tints of Royal Blue #4086EF
RGB
CMYK
RGB Variations
Color information
#4086EF (or 0x4086EF) is known color: Royal Blue. HEX triplet: 40, 86 and EF. RGB value is (64,134,239). Sum of RGB (Red+Green+Blue) = 64+134+239=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #4086EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4086EF is #BF7910. Grayscale: #7C7C7C. Windows color (decimal): -12548369 or 15697472. OLE color: 15697472.
HSL color Cylindrical-coordinate representation of color #4086EF: hue angle of 216º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4086EF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 134 | 239 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.06 |
| HSL | 216º | 0.85% | 0.59% | - |
| HSV(B) | 216º | 0.73% | 0.94% | - |
| XYZ | 26.22 | 24.37 | 84.98 | - |
| YUV | 125.04 | 192.31 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 239 | 0.73 | 0.44 | 0 | 0.06 | 216 | 0.85 | 0.59 |
| Hex | 40 | 86 | EF | 49 | 2C | 0 | 6 | D8 | 55 | 3B |
| Octal | 100 | 206 | 357 | 111 | 54 | 0 | 6 | 330 | 125 | 73 |
| Binary | 1000000 | 10000110 | 11101111 | 1001001 | 101100 | 0 | 110 | 11011000 | 1010101 | 111011 |
Color Harmonies of #4086EF
Complementary color
Monochromatic Colors of #4086EF
Black with #4086EF
Text Example
Text Example
White with #4086EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4086EF; }
p { color: rgb(64,134,239); }
H1.HeaderClassName
{
color: #4086EF;
}
.AnyTagClassName
{
color: #4086EF;
}
</style>
background-color css
<style>
a { background-color: #4086EF; }
a { background-color: rgb(64,134,239); }
div.DivClassName
{
background-color: #4086EF;
}
.BgClassName
{
background-color: #4086EF;
}
</style>
border-color css
<style>
span { border-color: #4086EF; }
span { border-color: rgb(64,134,239); }
td.TdClassName
{
border-color: #4086EF;
}
.TagClassName
{
border-color: #4086EF;
}
</style>