Shades of Royal Blue #2A50ED
Tints of Royal Blue #2A50ED
RGB
CMYK
RGB Variations
Color information
#2A50ED (or 0x2A50ED) is known color: Royal Blue. HEX triplet: 2A, 50 and ED. RGB value is (42,80,237). Sum of RGB (Red+Green+Blue) = 42+80+237=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A50ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A50ED is #D5AF12. Grayscale: #555555. Windows color (decimal): -14003987 or 15552554. OLE color: 15552554.
HSL color Cylindrical-coordinate representation of color #2A50ED: hue angle of 228.31º 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 #2A50ED is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 80 | 237 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.07 |
| HSL | 228.31º | 0.84% | 0.55% | - |
| HSV(B) | 228.31º | 0.82% | 0.93% | - |
| XYZ | 19.11 | 12.34 | 81.5 | - |
| YUV | 86.54 | 212.91 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 237 | 0.82 | 0.66 | 0 | 0.07 | 228.31 | 0.84 | 0.55 |
| Hex | 2A | 50 | ED | 52 | 42 | 0 | 7 | E4 | 54 | 37 |
| Octal | 52 | 120 | 355 | 122 | 102 | 0 | 7 | 344 | 124 | 67 |
| Binary | 101010 | 1010000 | 11101101 | 1010010 | 1000010 | 0 | 111 | 11100100 | 1010100 | 110111 |
Color Harmonies of #2A50ED
Complementary color
Monochromatic Colors of #2A50ED
Black with #2A50ED
Text Example
Text Example
White with #2A50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A50ED; }
p { color: rgb(42,80,237); }
H1.HeaderClassName
{
color: #2A50ED;
}
.AnyTagClassName
{
color: #2A50ED;
}
</style>
background-color css
<style>
a { background-color: #2A50ED; }
a { background-color: rgb(42,80,237); }
div.DivClassName
{
background-color: #2A50ED;
}
.BgClassName
{
background-color: #2A50ED;
}
</style>
border-color css
<style>
span { border-color: #2A50ED; }
span { border-color: rgb(42,80,237); }
td.TdClassName
{
border-color: #2A50ED;
}
.TagClassName
{
border-color: #2A50ED;
}
</style>