Shades of Royal Blue #4259EC
Tints of Royal Blue #4259EC
RGB
CMYK
RGB Variations
Color information
#4259EC (or 0x4259EC) is known color: Royal Blue. HEX triplet: 42, 59 and EC. RGB value is (66,89,236). Sum of RGB (Red+Green+Blue) = 66+89+236=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #4259EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4259EC is #BDA613. Grayscale: #626262. Windows color (decimal): -12428820 or 15489346. OLE color: 15489346.
HSL color Cylindrical-coordinate representation of color #4259EC: hue angle of 231.88º 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 #4259EC is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 89 | 236 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.07 |
| HSL | 231.88º | 0.82% | 0.59% | - |
| HSV(B) | 231.88º | 0.72% | 0.93% | - |
| XYZ | 20.96 | 14.36 | 81.02 | - |
| YUV | 98.88 | 205.38 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 236 | 0.72 | 0.62 | 0 | 0.07 | 231.88 | 0.82 | 0.59 |
| Hex | 42 | 59 | EC | 48 | 3E | 0 | 7 | E8 | 52 | 3B |
| Octal | 102 | 131 | 354 | 110 | 76 | 0 | 7 | 350 | 122 | 73 |
| Binary | 1000010 | 1011001 | 11101100 | 1001000 | 111110 | 0 | 111 | 11101000 | 1010010 | 111011 |
Color Harmonies of #4259EC
Complementary color
Monochromatic Colors of #4259EC
Black with #4259EC
Text Example
Text Example
White with #4259EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259EC; }
p { color: rgb(66,89,236); }
H1.HeaderClassName
{
color: #4259EC;
}
.AnyTagClassName
{
color: #4259EC;
}
</style>
background-color css
<style>
a { background-color: #4259EC; }
a { background-color: rgb(66,89,236); }
div.DivClassName
{
background-color: #4259EC;
}
.BgClassName
{
background-color: #4259EC;
}
</style>
border-color css
<style>
span { border-color: #4259EC; }
span { border-color: rgb(66,89,236); }
td.TdClassName
{
border-color: #4259EC;
}
.TagClassName
{
border-color: #4259EC;
}
</style>