Shades of Royal Blue #2959ED
Tints of Royal Blue #2959ED
RGB
CMYK
RGB Variations
Color information
#2959ED (or 0x2959ED) is known color: Royal Blue. HEX triplet: 29, 59 and ED. RGB value is (41,89,237). Sum of RGB (Red+Green+Blue) = 41+89+237=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #2959ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2959ED is #D6A612. Grayscale: #5A5A5A. Windows color (decimal): -14067219 or 15554857. OLE color: 15554857.
HSL color Cylindrical-coordinate representation of color #2959ED: hue angle of 225.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2959ED is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 89 | 237 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.07 |
| HSL | 225.31º | 0.84% | 0.55% | - |
| HSV(B) | 225.31º | 0.83% | 0.93% | - |
| XYZ | 19.77 | 13.73 | 81.73 | - |
| YUV | 91.52 | 210.1 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 237 | 0.83 | 0.62 | 0 | 0.07 | 225.31 | 0.84 | 0.55 |
| Hex | 29 | 59 | ED | 53 | 3E | 0 | 7 | E1 | 54 | 37 |
| Octal | 51 | 131 | 355 | 123 | 76 | 0 | 7 | 341 | 124 | 67 |
| Binary | 101001 | 1011001 | 11101101 | 1010011 | 111110 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #2959ED
Complementary color
Monochromatic Colors of #2959ED
Black with #2959ED
Text Example
Text Example
White with #2959ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959ED; }
p { color: rgb(41,89,237); }
H1.HeaderClassName
{
color: #2959ED;
}
.AnyTagClassName
{
color: #2959ED;
}
</style>
background-color css
<style>
a { background-color: #2959ED; }
a { background-color: rgb(41,89,237); }
div.DivClassName
{
background-color: #2959ED;
}
.BgClassName
{
background-color: #2959ED;
}
</style>
border-color css
<style>
span { border-color: #2959ED; }
span { border-color: rgb(41,89,237); }
td.TdClassName
{
border-color: #2959ED;
}
.TagClassName
{
border-color: #2959ED;
}
</style>