Shades of Royal Blue #2D79D7
Tints of Royal Blue #2D79D7
RGB
CMYK
RGB Variations
Color information
#2D79D7 (or 0x2D79D7) is known color: Royal Blue. HEX triplet: 2D, 79 and D7. RGB value is (45,121,215). Sum of RGB (Red+Green+Blue) = 45+121+215=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #2D79D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D79D7 is #D28628. Grayscale: #6C6C6C. Windows color (decimal): -13796905 or 14121261. OLE color: 14121261.
HSL color Cylindrical-coordinate representation of color #2D79D7: hue angle of 213.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D79D7 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 121 | 215 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.16 |
| HSL | 213.18º | 0.68% | 0.51% | - |
| HSV(B) | 213.18º | 0.79% | 0.84% | - |
| XYZ | 20.19 | 19.14 | 66.92 | - |
| YUV | 108.99 | 187.82 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 215 | 0.79 | 0.44 | 0 | 0.16 | 213.18 | 0.68 | 0.51 |
| Hex | 2D | 79 | D7 | 4F | 2C | 0 | 10 | D5 | 44 | 33 |
| Octal | 55 | 171 | 327 | 117 | 54 | 0 | 20 | 325 | 104 | 63 |
| Binary | 101101 | 1111001 | 11010111 | 1001111 | 101100 | 0 | 10000 | 11010101 | 1000100 | 110011 |
Color Harmonies of #2D79D7
Complementary color
Monochromatic Colors of #2D79D7
Black with #2D79D7
Text Example
Text Example
White with #2D79D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D79D7; }
p { color: rgb(45,121,215); }
H1.HeaderClassName
{
color: #2D79D7;
}
.AnyTagClassName
{
color: #2D79D7;
}
</style>
background-color css
<style>
a { background-color: #2D79D7; }
a { background-color: rgb(45,121,215); }
div.DivClassName
{
background-color: #2D79D7;
}
.BgClassName
{
background-color: #2D79D7;
}
</style>
border-color css
<style>
span { border-color: #2D79D7; }
span { border-color: rgb(45,121,215); }
td.TdClassName
{
border-color: #2D79D7;
}
.TagClassName
{
border-color: #2D79D7;
}
</style>