Shades of Royal Blue #2D79DD
Tints of Royal Blue #2D79DD
RGB
CMYK
RGB Variations
Color information
#2D79DD (or 0x2D79DD) is known color: Royal Blue. HEX triplet: 2D, 79 and DD. RGB value is (45,121,221). Sum of RGB (Red+Green+Blue) = 45+121+221=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D79DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D79DD is #D28622. Grayscale: #6D6D6D. Windows color (decimal): -13796899 or 14514477. OLE color: 14514477.
HSL color Cylindrical-coordinate representation of color #2D79DD: hue angle of 214.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D79DD is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 121 | 221 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.13 |
| HSL | 214.09º | 0.72% | 0.52% | - |
| HSV(B) | 214.09º | 0.8% | 0.87% | - |
| XYZ | 20.97 | 19.45 | 71.06 | - |
| YUV | 109.68 | 190.82 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 221 | 0.80 | 0.45 | 0 | 0.13 | 214.09 | 0.72 | 0.52 |
| Hex | 2D | 79 | DD | 50 | 2D | 0 | D | D6 | 48 | 34 |
| Octal | 55 | 171 | 335 | 120 | 55 | 0 | 15 | 326 | 110 | 64 |
| Binary | 101101 | 1111001 | 11011101 | 1010000 | 101101 | 0 | 1101 | 11010110 | 1001000 | 110100 |
Color Harmonies of #2D79DD
Complementary color
Monochromatic Colors of #2D79DD
Black with #2D79DD
Text Example
Text Example
White with #2D79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D79DD; }
p { color: rgb(45,121,221); }
H1.HeaderClassName
{
color: #2D79DD;
}
.AnyTagClassName
{
color: #2D79DD;
}
</style>
background-color css
<style>
a { background-color: #2D79DD; }
a { background-color: rgb(45,121,221); }
div.DivClassName
{
background-color: #2D79DD;
}
.BgClassName
{
background-color: #2D79DD;
}
</style>
border-color css
<style>
span { border-color: #2D79DD; }
span { border-color: rgb(45,121,221); }
td.TdClassName
{
border-color: #2D79DD;
}
.TagClassName
{
border-color: #2D79DD;
}
</style>