Shades of Royal Blue #2A58FC
Tints of Royal Blue #2A58FC
RGB
CMYK
RGB Variations
Color information
#2A58FC (or 0x2A58FC) is known color: Royal Blue. HEX triplet: 2A, 58 and FC. RGB value is (42,88,252). Sum of RGB (Red+Green+Blue) = 42+88+252=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A58FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A58FC is #D5A703. Grayscale: #5C5C5C. Windows color (decimal): -14001924 or 16537642. OLE color: 16537642.
HSL color Cylindrical-coordinate representation of color #2A58FC: hue angle of 226.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A58FC is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 88 | 252 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.01 |
| HSL | 226.86º | 0.97% | 0.58% | - |
| HSV(B) | 226.86º | 0.83% | 0.99% | - |
| XYZ | 22.02 | 14.5 | 93.73 | - |
| YUV | 92.94 | 217.76 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 252 | 0.83 | 0.65 | 0 | 0.01 | 226.86 | 0.97 | 0.58 |
| Hex | 2A | 58 | FC | 53 | 41 | 0 | 1 | E3 | 61 | 3A |
| Octal | 52 | 130 | 374 | 123 | 101 | 0 | 1 | 343 | 141 | 72 |
| Binary | 101010 | 1011000 | 11111100 | 1010011 | 1000001 | 0 | 1 | 11100011 | 1100001 | 111010 |
Color Harmonies of #2A58FC
Complementary color
Monochromatic Colors of #2A58FC
Black with #2A58FC
Text Example
Text Example
White with #2A58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A58FC; }
p { color: rgb(42,88,252); }
H1.HeaderClassName
{
color: #2A58FC;
}
.AnyTagClassName
{
color: #2A58FC;
}
</style>
background-color css
<style>
a { background-color: #2A58FC; }
a { background-color: rgb(42,88,252); }
div.DivClassName
{
background-color: #2A58FC;
}
.BgClassName
{
background-color: #2A58FC;
}
</style>
border-color css
<style>
span { border-color: #2A58FC; }
span { border-color: rgb(42,88,252); }
td.TdClassName
{
border-color: #2A58FC;
}
.TagClassName
{
border-color: #2A58FC;
}
</style>