Shades of Royal Blue #4386EF
Tints of Royal Blue #4386EF
RGB
CMYK
RGB Variations
Color information
#4386EF (or 0x4386EF) is known color: Royal Blue. HEX triplet: 43, 86 and EF. RGB value is (67,134,239). Sum of RGB (Red+Green+Blue) = 67+134+239=440 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.23% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #4386EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4386EF is #BC7910. Grayscale: #7D7D7D. Windows color (decimal): -12351761 or 15697475. OLE color: 15697475.
HSL color Cylindrical-coordinate representation of color #4386EF: hue angle of 216.63º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4386EF is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 134 | 239 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.06 |
| HSL | 216.63º | 0.84% | 0.6% | - |
| HSV(B) | 216.63º | 0.72% | 0.94% | - |
| XYZ | 26.42 | 24.48 | 84.99 | - |
| YUV | 125.94 | 191.8 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 239 | 0.72 | 0.44 | 0 | 0.06 | 216.63 | 0.84 | 0.6 |
| Hex | 43 | 86 | EF | 48 | 2C | 0 | 6 | D9 | 54 | 3C |
| Octal | 103 | 206 | 357 | 110 | 54 | 0 | 6 | 331 | 124 | 74 |
| Binary | 1000011 | 10000110 | 11101111 | 1001000 | 101100 | 0 | 110 | 11011001 | 1010100 | 111100 |
Color Harmonies of #4386EF
Complementary color
Monochromatic Colors of #4386EF
Black with #4386EF
Text Example
Text Example
White with #4386EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4386EF; }
p { color: rgb(67,134,239); }
H1.HeaderClassName
{
color: #4386EF;
}
.AnyTagClassName
{
color: #4386EF;
}
</style>
background-color css
<style>
a { background-color: #4386EF; }
a { background-color: rgb(67,134,239); }
div.DivClassName
{
background-color: #4386EF;
}
.BgClassName
{
background-color: #4386EF;
}
</style>
border-color css
<style>
span { border-color: #4386EF; }
span { border-color: rgb(67,134,239); }
td.TdClassName
{
border-color: #4386EF;
}
.TagClassName
{
border-color: #4386EF;
}
</style>