Shades of Royal Blue #2A51ED
Tints of Royal Blue #2A51ED
RGB
CMYK
RGB Variations
Color information
#2A51ED (or 0x2A51ED) is known color: Royal Blue. HEX triplet: 2A, 51 and ED. RGB value is (42,81,237). Sum of RGB (Red+Green+Blue) = 42+81+237=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A51ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A51ED is #D5AE12. Grayscale: #565656. Windows color (decimal): -14003731 or 15552810. OLE color: 15552810.
HSL color Cylindrical-coordinate representation of color #2A51ED: hue angle of 228º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A51ED is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 81 | 237 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.07 |
| HSL | 228º | 0.84% | 0.55% | - |
| HSV(B) | 228º | 0.82% | 0.93% | - |
| XYZ | 19.18 | 12.49 | 81.52 | - |
| YUV | 87.12 | 212.58 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 237 | 0.82 | 0.66 | 0 | 0.07 | 228 | 0.84 | 0.55 |
| Hex | 2A | 51 | ED | 52 | 42 | 0 | 7 | E4 | 54 | 37 |
| Octal | 52 | 121 | 355 | 122 | 102 | 0 | 7 | 344 | 124 | 67 |
| Binary | 101010 | 1010001 | 11101101 | 1010010 | 1000010 | 0 | 111 | 11100100 | 1010100 | 110111 |
Color Harmonies of #2A51ED
Complementary color
Monochromatic Colors of #2A51ED
Black with #2A51ED
Text Example
Text Example
White with #2A51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A51ED; }
p { color: rgb(42,81,237); }
H1.HeaderClassName
{
color: #2A51ED;
}
.AnyTagClassName
{
color: #2A51ED;
}
</style>
background-color css
<style>
a { background-color: #2A51ED; }
a { background-color: rgb(42,81,237); }
div.DivClassName
{
background-color: #2A51ED;
}
.BgClassName
{
background-color: #2A51ED;
}
</style>
border-color css
<style>
span { border-color: #2A51ED; }
span { border-color: rgb(42,81,237); }
td.TdClassName
{
border-color: #2A51ED;
}
.TagClassName
{
border-color: #2A51ED;
}
</style>