Shades of Royal Blue #2D79DF
Tints of Royal Blue #2D79DF
RGB
CMYK
RGB Variations
Color information
#2D79DF (or 0x2D79DF) is known color: Royal Blue. HEX triplet: 2D, 79 and DF. RGB value is (45,121,223). Sum of RGB (Red+Green+Blue) = 45+121+223=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D79DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D79DF is #D28620. Grayscale: #6D6D6D. Windows color (decimal): -13796897 or 14645549. OLE color: 14645549.
HSL color Cylindrical-coordinate representation of color #2D79DF: hue angle of 214.38º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D79DF is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 121 | 223 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.13 |
| HSL | 214.38º | 0.74% | 0.53% | - |
| HSV(B) | 214.38º | 0.8% | 0.87% | - |
| XYZ | 21.24 | 19.56 | 72.47 | - |
| YUV | 109.9 | 191.82 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 223 | 0.80 | 0.46 | 0 | 0.13 | 214.38 | 0.74 | 0.53 |
| Hex | 2D | 79 | DF | 50 | 2E | 0 | D | D6 | 4A | 35 |
| Octal | 55 | 171 | 337 | 120 | 56 | 0 | 15 | 326 | 112 | 65 |
| Binary | 101101 | 1111001 | 11011111 | 1010000 | 101110 | 0 | 1101 | 11010110 | 1001010 | 110101 |
Color Harmonies of #2D79DF
Complementary color
Monochromatic Colors of #2D79DF
Black with #2D79DF
Text Example
Text Example
White with #2D79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D79DF; }
p { color: rgb(45,121,223); }
H1.HeaderClassName
{
color: #2D79DF;
}
.AnyTagClassName
{
color: #2D79DF;
}
</style>
background-color css
<style>
a { background-color: #2D79DF; }
a { background-color: rgb(45,121,223); }
div.DivClassName
{
background-color: #2D79DF;
}
.BgClassName
{
background-color: #2D79DF;
}
</style>
border-color css
<style>
span { border-color: #2D79DF; }
span { border-color: rgb(45,121,223); }
td.TdClassName
{
border-color: #2D79DF;
}
.TagClassName
{
border-color: #2D79DF;
}
</style>