Shades of Royal Blue #2A59FF
Tints of Royal Blue #2A59FF
RGB
CMYK
RGB Variations
Color information
#2A59FF (or 0x2A59FF) is known color: Royal Blue. HEX triplet: 2A, 59 and FF. RGB value is (42,89,255). Sum of RGB (Red+Green+Blue) = 42+89+255=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A59FF is #D5A600. Grayscale: #5D5D5D. Windows color (decimal): -14001665 or 16734506. OLE color: 16734506.
HSL color Cylindrical-coordinate representation of color #2A59FF: hue angle of 226.76º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A59FF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 89 | 255 | - |
| CMYK | 0.84 | 0.65 | 0 | 0 |
| HSL | 226.76º | 1% | 0.58% | - |
| HSV(B) | 226.76º | 0.84% | 1% | - |
| XYZ | 22.58 | 14.86 | 96.29 | - |
| YUV | 93.87 | 218.93 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 255 | 0.84 | 0.65 | 0 | 0 | 226.76 | 1 | 0.58 |
| Hex | 2A | 59 | FF | 54 | 41 | 0 | 0 | E3 | 64 | 3A |
| Octal | 52 | 131 | 377 | 124 | 101 | 0 | 0 | 343 | 144 | 72 |
| Binary | 101010 | 1011001 | 11111111 | 1010100 | 1000001 | 0 | 0 | 11100011 | 1100100 | 111010 |
Color Harmonies of #2A59FF
Complementary color
Monochromatic Colors of #2A59FF
Black with #2A59FF
Text Example
Text Example
White with #2A59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A59FF; }
p { color: rgb(42,89,255); }
H1.HeaderClassName
{
color: #2A59FF;
}
.AnyTagClassName
{
color: #2A59FF;
}
</style>
background-color css
<style>
a { background-color: #2A59FF; }
a { background-color: rgb(42,89,255); }
div.DivClassName
{
background-color: #2A59FF;
}
.BgClassName
{
background-color: #2A59FF;
}
</style>
border-color css
<style>
span { border-color: #2A59FF; }
span { border-color: rgb(42,89,255); }
td.TdClassName
{
border-color: #2A59FF;
}
.TagClassName
{
border-color: #2A59FF;
}
</style>