Shades of Royal Blue #2D7AEA
Tints of Royal Blue #2D7AEA
RGB
CMYK
RGB Variations
Color information
#2D7AEA (or 0x2D7AEA) is known color: Royal Blue. HEX triplet: 2D, 7A and EA. RGB value is (45,122,234). Sum of RGB (Red+Green+Blue) = 45+122+234=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D7AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7AEA is #D28515. Grayscale: #6F6F6F. Windows color (decimal): -13796630 or 15366701. OLE color: 15366701.
HSL color Cylindrical-coordinate representation of color #2D7AEA: hue angle of 215.56º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D7AEA is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 122 | 234 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.08 |
| HSL | 215.56º | 0.82% | 0.55% | - |
| HSV(B) | 215.56º | 0.81% | 0.92% | - |
| XYZ | 22.89 | 20.42 | 80.58 | - |
| YUV | 111.75 | 196.99 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 234 | 0.81 | 0.48 | 0 | 0.08 | 215.56 | 0.82 | 0.55 |
| Hex | 2D | 7A | EA | 51 | 30 | 0 | 8 | D8 | 52 | 37 |
| Octal | 55 | 172 | 352 | 121 | 60 | 0 | 10 | 330 | 122 | 67 |
| Binary | 101101 | 1111010 | 11101010 | 1010001 | 110000 | 0 | 1000 | 11011000 | 1010010 | 110111 |
Color Harmonies of #2D7AEA
Complementary color
Monochromatic Colors of #2D7AEA
Black with #2D7AEA
Text Example
Text Example
White with #2D7AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7AEA; }
p { color: rgb(45,122,234); }
H1.HeaderClassName
{
color: #2D7AEA;
}
.AnyTagClassName
{
color: #2D7AEA;
}
</style>
background-color css
<style>
a { background-color: #2D7AEA; }
a { background-color: rgb(45,122,234); }
div.DivClassName
{
background-color: #2D7AEA;
}
.BgClassName
{
background-color: #2D7AEA;
}
</style>
border-color css
<style>
span { border-color: #2D7AEA; }
span { border-color: rgb(45,122,234); }
td.TdClassName
{
border-color: #2D7AEA;
}
.TagClassName
{
border-color: #2D7AEA;
}
</style>