Shades of Royal Blue #2D6EDD
Tints of Royal Blue #2D6EDD
RGB
CMYK
RGB Variations
Color information
#2D6EDD (or 0x2D6EDD) is known color: Royal Blue. HEX triplet: 2D, 6E and DD. RGB value is (45,110,221). Sum of RGB (Red+Green+Blue) = 45+110+221=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6EDD is #D29122. Grayscale: #666666. Windows color (decimal): -13799715 or 14511661. OLE color: 14511661.
HSL color Cylindrical-coordinate representation of color #2D6EDD: hue angle of 217.84º 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 #2D6EDD is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 110 | 221 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.13 |
| HSL | 217.84º | 0.72% | 0.52% | - |
| HSV(B) | 217.84º | 0.8% | 0.87% | - |
| XYZ | 19.71 | 16.93 | 70.64 | - |
| YUV | 103.22 | 194.47 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 221 | 0.80 | 0.50 | 0 | 0.13 | 217.84 | 0.72 | 0.52 |
| Hex | 2D | 6E | DD | 50 | 32 | 0 | D | DA | 48 | 34 |
| Octal | 55 | 156 | 335 | 120 | 62 | 0 | 15 | 332 | 110 | 64 |
| Binary | 101101 | 1101110 | 11011101 | 1010000 | 110010 | 0 | 1101 | 11011010 | 1001000 | 110100 |
Color Harmonies of #2D6EDD
Complementary color
Monochromatic Colors of #2D6EDD
Black with #2D6EDD
Text Example
Text Example
White with #2D6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6EDD; }
p { color: rgb(45,110,221); }
H1.HeaderClassName
{
color: #2D6EDD;
}
.AnyTagClassName
{
color: #2D6EDD;
}
</style>
background-color css
<style>
a { background-color: #2D6EDD; }
a { background-color: rgb(45,110,221); }
div.DivClassName
{
background-color: #2D6EDD;
}
.BgClassName
{
background-color: #2D6EDD;
}
</style>
border-color css
<style>
span { border-color: #2D6EDD; }
span { border-color: rgb(45,110,221); }
td.TdClassName
{
border-color: #2D6EDD;
}
.TagClassName
{
border-color: #2D6EDD;
}
</style>