Shades of Royal Blue #2D79EE
Tints of Royal Blue #2D79EE
RGB
CMYK
RGB Variations
Color information
#2D79EE (or 0x2D79EE) is known color: Royal Blue. HEX triplet: 2D, 79 and EE. RGB value is (45,121,238). Sum of RGB (Red+Green+Blue) = 45+121+238=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D79EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D79EE is #D28611. Grayscale: #6F6F6F. Windows color (decimal): -13796882 or 15628589. OLE color: 15628589.
HSL color Cylindrical-coordinate representation of color #2D79EE: hue angle of 216.37º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D79EE is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 121 | 238 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.07 |
| HSL | 216.37º | 0.85% | 0.55% | - |
| HSV(B) | 216.37º | 0.81% | 0.93% | - |
| XYZ | 23.35 | 20.41 | 83.6 | - |
| YUV | 111.61 | 199.32 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 238 | 0.81 | 0.49 | 0 | 0.07 | 216.37 | 0.85 | 0.55 |
| Hex | 2D | 79 | EE | 51 | 31 | 0 | 7 | D8 | 55 | 37 |
| Octal | 55 | 171 | 356 | 121 | 61 | 0 | 7 | 330 | 125 | 67 |
| Binary | 101101 | 1111001 | 11101110 | 1010001 | 110001 | 0 | 111 | 11011000 | 1010101 | 110111 |
Color Harmonies of #2D79EE
Complementary color
Monochromatic Colors of #2D79EE
Black with #2D79EE
Text Example
Text Example
White with #2D79EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D79EE; }
p { color: rgb(45,121,238); }
H1.HeaderClassName
{
color: #2D79EE;
}
.AnyTagClassName
{
color: #2D79EE;
}
</style>
background-color css
<style>
a { background-color: #2D79EE; }
a { background-color: rgb(45,121,238); }
div.DivClassName
{
background-color: #2D79EE;
}
.BgClassName
{
background-color: #2D79EE;
}
</style>
border-color css
<style>
span { border-color: #2D79EE; }
span { border-color: rgb(45,121,238); }
td.TdClassName
{
border-color: #2D79EE;
}
.TagClassName
{
border-color: #2D79EE;
}
</style>