Shades of Royal Blue #2D76E7
Tints of Royal Blue #2D76E7
RGB
CMYK
RGB Variations
Color information
#2D76E7 (or 0x2D76E7) is known color: Royal Blue. HEX triplet: 2D, 76 and E7. RGB value is (45,118,231). Sum of RGB (Red+Green+Blue) = 45+118+231=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #2D76E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D76E7 is #D28918. Grayscale: #6C6C6C. Windows color (decimal): -13797657 or 15169069. OLE color: 15169069.
HSL color Cylindrical-coordinate representation of color #2D76E7: hue angle of 216.45º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D76E7 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 118 | 231 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.09 |
| HSL | 216.45º | 0.79% | 0.54% | - |
| HSV(B) | 216.45º | 0.81% | 0.91% | - |
| XYZ | 21.98 | 19.28 | 78.16 | - |
| YUV | 109.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 231 | 0.81 | 0.49 | 0 | 0.09 | 216.45 | 0.79 | 0.54 |
| Hex | 2D | 76 | E7 | 51 | 31 | 0 | 9 | D8 | 4F | 36 |
| Octal | 55 | 166 | 347 | 121 | 61 | 0 | 11 | 330 | 117 | 66 |
| Binary | 101101 | 1110110 | 11100111 | 1010001 | 110001 | 0 | 1001 | 11011000 | 1001111 | 110110 |
Color Harmonies of #2D76E7
Complementary color
Monochromatic Colors of #2D76E7
Black with #2D76E7
Text Example
Text Example
White with #2D76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D76E7; }
p { color: rgb(45,118,231); }
H1.HeaderClassName
{
color: #2D76E7;
}
.AnyTagClassName
{
color: #2D76E7;
}
</style>
background-color css
<style>
a { background-color: #2D76E7; }
a { background-color: rgb(45,118,231); }
div.DivClassName
{
background-color: #2D76E7;
}
.BgClassName
{
background-color: #2D76E7;
}
</style>
border-color css
<style>
span { border-color: #2D76E7; }
span { border-color: rgb(45,118,231); }
td.TdClassName
{
border-color: #2D76E7;
}
.TagClassName
{
border-color: #2D76E7;
}
</style>