Shades of Royal Blue #2A54E8
Tints of Royal Blue #2A54E8
RGB
CMYK
RGB Variations
Color information
#2A54E8 (or 0x2A54E8) is known color: Royal Blue. HEX triplet: 2A, 54 and E8. RGB value is (42,84,232). Sum of RGB (Red+Green+Blue) = 42+84+232=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #2A54E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A54E8 is #D5AB17. Grayscale: #575757. Windows color (decimal): -14002968 or 15225898. OLE color: 15225898.
HSL color Cylindrical-coordinate representation of color #2A54E8: hue angle of 226.74º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A54E8 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 84 | 232 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.09 |
| HSL | 226.74º | 0.81% | 0.54% | - |
| HSV(B) | 226.74º | 0.82% | 0.91% | - |
| XYZ | 18.69 | 12.66 | 77.8 | - |
| YUV | 88.31 | 209.09 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 232 | 0.82 | 0.64 | 0 | 0.09 | 226.74 | 0.81 | 0.54 |
| Hex | 2A | 54 | E8 | 52 | 40 | 0 | 9 | E3 | 51 | 36 |
| Octal | 52 | 124 | 350 | 122 | 100 | 0 | 11 | 343 | 121 | 66 |
| Binary | 101010 | 1010100 | 11101000 | 1010010 | 1000000 | 0 | 1001 | 11100011 | 1010001 | 110110 |
Color Harmonies of #2A54E8
Complementary color
Monochromatic Colors of #2A54E8
Black with #2A54E8
Text Example
Text Example
White with #2A54E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A54E8; }
p { color: rgb(42,84,232); }
H1.HeaderClassName
{
color: #2A54E8;
}
.AnyTagClassName
{
color: #2A54E8;
}
</style>
background-color css
<style>
a { background-color: #2A54E8; }
a { background-color: rgb(42,84,232); }
div.DivClassName
{
background-color: #2A54E8;
}
.BgClassName
{
background-color: #2A54E8;
}
</style>
border-color css
<style>
span { border-color: #2A54E8; }
span { border-color: rgb(42,84,232); }
td.TdClassName
{
border-color: #2A54E8;
}
.TagClassName
{
border-color: #2A54E8;
}
</style>