Shades of Royal Blue #2A5DFF
Tints of Royal Blue #2A5DFF
RGB
CMYK
RGB Variations
Color information
#2A5DFF (or 0x2A5DFF) is known color: Royal Blue. HEX triplet: 2A, 5D and FF. RGB value is (42,93,255). Sum of RGB (Red+Green+Blue) = 42+93+255=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A5DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5DFF is #D5A200. Grayscale: #5F5F5F. Windows color (decimal): -14000641 or 16735530. OLE color: 16735530.
HSL color Cylindrical-coordinate representation of color #2A5DFF: hue angle of 225.63º 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 #2A5DFF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 93 | 255 | - |
| CMYK | 0.84 | 0.64 | 0 | 0 |
| HSL | 225.63º | 1% | 0.58% | - |
| HSV(B) | 225.63º | 0.84% | 1% | - |
| XYZ | 22.92 | 15.54 | 96.4 | - |
| YUV | 96.22 | 217.6 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 255 | 0.84 | 0.64 | 0 | 0 | 225.63 | 1 | 0.58 |
| Hex | 2A | 5D | FF | 54 | 40 | 0 | 0 | E2 | 64 | 3A |
| Octal | 52 | 135 | 377 | 124 | 100 | 0 | 0 | 342 | 144 | 72 |
| Binary | 101010 | 1011101 | 11111111 | 1010100 | 1000000 | 0 | 0 | 11100010 | 1100100 | 111010 |
Color Harmonies of #2A5DFF
Complementary color
Monochromatic Colors of #2A5DFF
Black with #2A5DFF
Text Example
Text Example
White with #2A5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5DFF; }
p { color: rgb(42,93,255); }
H1.HeaderClassName
{
color: #2A5DFF;
}
.AnyTagClassName
{
color: #2A5DFF;
}
</style>
background-color css
<style>
a { background-color: #2A5DFF; }
a { background-color: rgb(42,93,255); }
div.DivClassName
{
background-color: #2A5DFF;
}
.BgClassName
{
background-color: #2A5DFF;
}
</style>
border-color css
<style>
span { border-color: #2A5DFF; }
span { border-color: rgb(42,93,255); }
td.TdClassName
{
border-color: #2A5DFF;
}
.TagClassName
{
border-color: #2A5DFF;
}
</style>