Shades of Royal Blue #2D7AEB
Tints of Royal Blue #2D7AEB
RGB
CMYK
RGB Variations
Color information
#2D7AEB (or 0x2D7AEB) is known color: Royal Blue. HEX triplet: 2D, 7A and EB. RGB value is (45,122,235). Sum of RGB (Red+Green+Blue) = 45+122+235=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D7AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7AEB is #D28514. Grayscale: #6F6F6F. Windows color (decimal): -13796629 or 15432237. OLE color: 15432237.
HSL color Cylindrical-coordinate representation of color #2D7AEB: hue angle of 215.68º degrees, saturation: 0.83, 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 #2D7AEB is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 122 | 235 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.08 |
| HSL | 215.68º | 0.83% | 0.55% | - |
| HSV(B) | 215.68º | 0.81% | 0.92% | - |
| XYZ | 23.04 | 20.48 | 81.34 | - |
| YUV | 111.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 235 | 0.81 | 0.48 | 0 | 0.08 | 215.68 | 0.83 | 0.55 |
| Hex | 2D | 7A | EB | 51 | 30 | 0 | 8 | D8 | 53 | 37 |
| Octal | 55 | 172 | 353 | 121 | 60 | 0 | 10 | 330 | 123 | 67 |
| Binary | 101101 | 1111010 | 11101011 | 1010001 | 110000 | 0 | 1000 | 11011000 | 1010011 | 110111 |
Color Harmonies of #2D7AEB
Complementary color
Monochromatic Colors of #2D7AEB
Black with #2D7AEB
Text Example
Text Example
White with #2D7AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7AEB; }
p { color: rgb(45,122,235); }
H1.HeaderClassName
{
color: #2D7AEB;
}
.AnyTagClassName
{
color: #2D7AEB;
}
</style>
background-color css
<style>
a { background-color: #2D7AEB; }
a { background-color: rgb(45,122,235); }
div.DivClassName
{
background-color: #2D7AEB;
}
.BgClassName
{
background-color: #2D7AEB;
}
</style>
border-color css
<style>
span { border-color: #2D7AEB; }
span { border-color: rgb(45,122,235); }
td.TdClassName
{
border-color: #2D7AEB;
}
.TagClassName
{
border-color: #2D7AEB;
}
</style>