Shades of Royal Blue #2A5BFF
Tints of Royal Blue #2A5BFF
RGB
CMYK
RGB Variations
Color information
#2A5BFF (or 0x2A5BFF) is known color: Royal Blue. HEX triplet: 2A, 5B and FF. RGB value is (42,91,255). Sum of RGB (Red+Green+Blue) = 42+91+255=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A5BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5BFF is #D5A400. Grayscale: #5E5E5E. Windows color (decimal): -14001153 or 16735018. OLE color: 16735018.
HSL color Cylindrical-coordinate representation of color #2A5BFF: hue angle of 226.2º 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 #2A5BFF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 91 | 255 | - |
| CMYK | 0.84 | 0.64 | 0 | 0 |
| HSL | 226.2º | 1% | 0.58% | - |
| HSV(B) | 226.2º | 0.84% | 1% | - |
| XYZ | 22.75 | 15.19 | 96.34 | - |
| YUV | 95.05 | 218.27 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 91 | 255 | 0.84 | 0.64 | 0 | 0 | 226.2 | 1 | 0.58 |
| Hex | 2A | 5B | FF | 54 | 40 | 0 | 0 | E2 | 64 | 3A |
| Octal | 52 | 133 | 377 | 124 | 100 | 0 | 0 | 342 | 144 | 72 |
| Binary | 101010 | 1011011 | 11111111 | 1010100 | 1000000 | 0 | 0 | 11100010 | 1100100 | 111010 |
Color Harmonies of #2A5BFF
Complementary color
Monochromatic Colors of #2A5BFF
Black with #2A5BFF
Text Example
Text Example
White with #2A5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5BFF; }
p { color: rgb(42,91,255); }
H1.HeaderClassName
{
color: #2A5BFF;
}
.AnyTagClassName
{
color: #2A5BFF;
}
</style>
background-color css
<style>
a { background-color: #2A5BFF; }
a { background-color: rgb(42,91,255); }
div.DivClassName
{
background-color: #2A5BFF;
}
.BgClassName
{
background-color: #2A5BFF;
}
</style>
border-color css
<style>
span { border-color: #2A5BFF; }
span { border-color: rgb(42,91,255); }
td.TdClassName
{
border-color: #2A5BFF;
}
.TagClassName
{
border-color: #2A5BFF;
}
</style>