Shades of Royal Blue #4259EB
Tints of Royal Blue #4259EB
RGB
CMYK
RGB Variations
Color information
#4259EB (or 0x4259EB) is known color: Royal Blue. HEX triplet: 42, 59 and EB. RGB value is (66,89,235). Sum of RGB (Red+Green+Blue) = 66+89+235=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #4259EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4259EB is #BDA614. Grayscale: #626262. Windows color (decimal): -12428821 or 15423810. OLE color: 15423810.
HSL color Cylindrical-coordinate representation of color #4259EB: hue angle of 231.83º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4259EB is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 89 | 235 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.08 |
| HSL | 231.83º | 0.81% | 0.59% | - |
| HSV(B) | 231.83º | 0.72% | 0.92% | - |
| XYZ | 20.81 | 14.3 | 80.26 | - |
| YUV | 98.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 235 | 0.72 | 0.62 | 0 | 0.08 | 231.83 | 0.81 | 0.59 |
| Hex | 42 | 59 | EB | 48 | 3E | 0 | 8 | E8 | 51 | 3B |
| Octal | 102 | 131 | 353 | 110 | 76 | 0 | 10 | 350 | 121 | 73 |
| Binary | 1000010 | 1011001 | 11101011 | 1001000 | 111110 | 0 | 1000 | 11101000 | 1010001 | 111011 |
Color Harmonies of #4259EB
Complementary color
Monochromatic Colors of #4259EB
Black with #4259EB
Text Example
Text Example
White with #4259EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259EB; }
p { color: rgb(66,89,235); }
H1.HeaderClassName
{
color: #4259EB;
}
.AnyTagClassName
{
color: #4259EB;
}
</style>
background-color css
<style>
a { background-color: #4259EB; }
a { background-color: rgb(66,89,235); }
div.DivClassName
{
background-color: #4259EB;
}
.BgClassName
{
background-color: #4259EB;
}
</style>
border-color css
<style>
span { border-color: #4259EB; }
span { border-color: rgb(66,89,235); }
td.TdClassName
{
border-color: #4259EB;
}
.TagClassName
{
border-color: #4259EB;
}
</style>