Shades of Royal Blue #2D6ECD
Tints of Royal Blue #2D6ECD
RGB
CMYK
RGB Variations
Color information
#2D6ECD (or 0x2D6ECD) is known color: Royal Blue. HEX triplet: 2D, 6E and CD. RGB value is (45,110,205). Sum of RGB (Red+Green+Blue) = 45+110+205=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D6ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ECD is #D29132. Grayscale: #646464. Windows color (decimal): -13799731 or 13463085. OLE color: 13463085.
HSL color Cylindrical-coordinate representation of color #2D6ECD: hue angle of 215.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6ECD is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 110 | 205 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.20 |
| HSL | 215.63º | 0.64% | 0.49% | - |
| HSV(B) | 215.63º | 0.78% | 0.8% | - |
| XYZ | 17.68 | 16.12 | 59.94 | - |
| YUV | 101.4 | 186.47 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 205 | 0.78 | 0.46 | 0 | 0.20 | 215.63 | 0.64 | 0.49 |
| Hex | 2D | 6E | CD | 4E | 2E | 0 | 14 | D8 | 40 | 31 |
| Octal | 55 | 156 | 315 | 116 | 56 | 0 | 24 | 330 | 100 | 61 |
| Binary | 101101 | 1101110 | 11001101 | 1001110 | 101110 | 0 | 10100 | 11011000 | 1000000 | 110001 |
Color Harmonies of #2D6ECD
Complementary color
Monochromatic Colors of #2D6ECD
Black with #2D6ECD
Text Example
Text Example
White with #2D6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6ECD; }
p { color: rgb(45,110,205); }
H1.HeaderClassName
{
color: #2D6ECD;
}
.AnyTagClassName
{
color: #2D6ECD;
}
</style>
background-color css
<style>
a { background-color: #2D6ECD; }
a { background-color: rgb(45,110,205); }
div.DivClassName
{
background-color: #2D6ECD;
}
.BgClassName
{
background-color: #2D6ECD;
}
</style>
border-color css
<style>
span { border-color: #2D6ECD; }
span { border-color: rgb(45,110,205); }
td.TdClassName
{
border-color: #2D6ECD;
}
.TagClassName
{
border-color: #2D6ECD;
}
</style>