Shades of Royal Blue #4286EC
Tints of Royal Blue #4286EC
RGB
CMYK
RGB Variations
Color information
#4286EC (or 0x4286EC) is known color: Royal Blue. HEX triplet: 42, 86 and EC. RGB value is (66,134,236). Sum of RGB (Red+Green+Blue) = 66+134+236=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #4286EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4286EC is #BD7913. Grayscale: #7C7C7C. Windows color (decimal): -12417300 or 15500866. OLE color: 15500866.
HSL color Cylindrical-coordinate representation of color #4286EC: hue angle of 216º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4286EC is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 134 | 236 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.07 |
| HSL | 216º | 0.82% | 0.59% | - |
| HSV(B) | 216º | 0.72% | 0.93% | - |
| XYZ | 25.91 | 24.26 | 82.67 | - |
| YUV | 125.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 236 | 0.72 | 0.43 | 0 | 0.07 | 216 | 0.82 | 0.59 |
| Hex | 42 | 86 | EC | 48 | 2B | 0 | 7 | D8 | 52 | 3B |
| Octal | 102 | 206 | 354 | 110 | 53 | 0 | 7 | 330 | 122 | 73 |
| Binary | 1000010 | 10000110 | 11101100 | 1001000 | 101011 | 0 | 111 | 11011000 | 1010010 | 111011 |
Color Harmonies of #4286EC
Complementary color
Monochromatic Colors of #4286EC
Black with #4286EC
Text Example
Text Example
White with #4286EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286EC; }
p { color: rgb(66,134,236); }
H1.HeaderClassName
{
color: #4286EC;
}
.AnyTagClassName
{
color: #4286EC;
}
</style>
background-color css
<style>
a { background-color: #4286EC; }
a { background-color: rgb(66,134,236); }
div.DivClassName
{
background-color: #4286EC;
}
.BgClassName
{
background-color: #4286EC;
}
</style>
border-color css
<style>
span { border-color: #4286EC; }
span { border-color: rgb(66,134,236); }
td.TdClassName
{
border-color: #4286EC;
}
.TagClassName
{
border-color: #4286EC;
}
</style>