Shades of Royal Blue #2A4CEB
Tints of Royal Blue #2A4CEB
RGB
CMYK
RGB Variations
Color information
#2A4CEB (or 0x2A4CEB) is known color: Royal Blue. HEX triplet: 2A, 4C and EB. RGB value is (42,76,235). Sum of RGB (Red+Green+Blue) = 42+76+235=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A4CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A4CEB is #D5B314. Grayscale: #535353. Windows color (decimal): -14005013 or 15420458. OLE color: 15420458.
HSL color Cylindrical-coordinate representation of color #2A4CEB: hue angle of 229.43º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A4CEB is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 76 | 235 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.08 |
| HSL | 229.43º | 0.83% | 0.54% | - |
| HSV(B) | 229.43º | 0.82% | 0.92% | - |
| XYZ | 18.53 | 11.66 | 79.87 | - |
| YUV | 83.96 | 213.24 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 235 | 0.82 | 0.68 | 0 | 0.08 | 229.43 | 0.83 | 0.54 |
| Hex | 2A | 4C | EB | 52 | 44 | 0 | 8 | E5 | 53 | 36 |
| Octal | 52 | 114 | 353 | 122 | 104 | 0 | 10 | 345 | 123 | 66 |
| Binary | 101010 | 1001100 | 11101011 | 1010010 | 1000100 | 0 | 1000 | 11100101 | 1010011 | 110110 |
Color Harmonies of #2A4CEB
Complementary color
Monochromatic Colors of #2A4CEB
Black with #2A4CEB
Text Example
Text Example
White with #2A4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4CEB; }
p { color: rgb(42,76,235); }
H1.HeaderClassName
{
color: #2A4CEB;
}
.AnyTagClassName
{
color: #2A4CEB;
}
</style>
background-color css
<style>
a { background-color: #2A4CEB; }
a { background-color: rgb(42,76,235); }
div.DivClassName
{
background-color: #2A4CEB;
}
.BgClassName
{
background-color: #2A4CEB;
}
</style>
border-color css
<style>
span { border-color: #2A4CEB; }
span { border-color: rgb(42,76,235); }
td.TdClassName
{
border-color: #2A4CEB;
}
.TagClassName
{
border-color: #2A4CEB;
}
</style>