Shades of Royal Blue #4260EB
Tints of Royal Blue #4260EB
RGB
CMYK
RGB Variations
Color information
#4260EB (or 0x4260EB) is known color: Royal Blue. HEX triplet: 42, 60 and EB. RGB value is (66,96,235). Sum of RGB (Red+Green+Blue) = 66+96+235=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #4260EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4260EB is #BD9F14. Grayscale: #666666. Windows color (decimal): -12427029 or 15425602. OLE color: 15425602.
HSL color Cylindrical-coordinate representation of color #4260EB: hue angle of 229.35º 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 #4260EB is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 96 | 235 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.08 |
| HSL | 229.35º | 0.81% | 0.59% | - |
| HSV(B) | 229.35º | 0.72% | 0.92% | - |
| XYZ | 21.43 | 15.52 | 80.46 | - |
| YUV | 102.88 | 202.56 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 235 | 0.72 | 0.59 | 0 | 0.08 | 229.35 | 0.81 | 0.59 |
| Hex | 42 | 60 | EB | 48 | 3B | 0 | 8 | E5 | 51 | 3B |
| Octal | 102 | 140 | 353 | 110 | 73 | 0 | 10 | 345 | 121 | 73 |
| Binary | 1000010 | 1100000 | 11101011 | 1001000 | 111011 | 0 | 1000 | 11100101 | 1010001 | 111011 |
Color Harmonies of #4260EB
Complementary color
Monochromatic Colors of #4260EB
Black with #4260EB
Text Example
Text Example
White with #4260EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4260EB; }
p { color: rgb(66,96,235); }
H1.HeaderClassName
{
color: #4260EB;
}
.AnyTagClassName
{
color: #4260EB;
}
</style>
background-color css
<style>
a { background-color: #4260EB; }
a { background-color: rgb(66,96,235); }
div.DivClassName
{
background-color: #4260EB;
}
.BgClassName
{
background-color: #4260EB;
}
</style>
border-color css
<style>
span { border-color: #4260EB; }
span { border-color: rgb(66,96,235); }
td.TdClassName
{
border-color: #4260EB;
}
.TagClassName
{
border-color: #4260EB;
}
</style>