Shades of Royal Blue #2D6DDD
Tints of Royal Blue #2D6DDD
RGB
CMYK
RGB Variations
Color information
#2D6DDD (or 0x2D6DDD) is known color: Royal Blue. HEX triplet: 2D, 6D and DD. RGB value is (45,109,221). Sum of RGB (Red+Green+Blue) = 45+109+221=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6DDD is #D29222. Grayscale: #666666. Windows color (decimal): -13799971 or 14511405. OLE color: 14511405.
HSL color Cylindrical-coordinate representation of color #2D6DDD: hue angle of 218.18º 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 #2D6DDD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 109 | 221 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.13 |
| HSL | 218.18º | 0.72% | 0.52% | - |
| HSV(B) | 218.18º | 0.8% | 0.87% | - |
| XYZ | 19.6 | 16.72 | 70.6 | - |
| YUV | 102.63 | 194.8 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 221 | 0.80 | 0.51 | 0 | 0.13 | 218.18 | 0.72 | 0.52 |
| Hex | 2D | 6D | DD | 50 | 33 | 0 | D | DA | 48 | 34 |
| Octal | 55 | 155 | 335 | 120 | 63 | 0 | 15 | 332 | 110 | 64 |
| Binary | 101101 | 1101101 | 11011101 | 1010000 | 110011 | 0 | 1101 | 11011010 | 1001000 | 110100 |
Color Harmonies of #2D6DDD
Complementary color
Monochromatic Colors of #2D6DDD
Black with #2D6DDD
Text Example
Text Example
White with #2D6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6DDD; }
p { color: rgb(45,109,221); }
H1.HeaderClassName
{
color: #2D6DDD;
}
.AnyTagClassName
{
color: #2D6DDD;
}
</style>
background-color css
<style>
a { background-color: #2D6DDD; }
a { background-color: rgb(45,109,221); }
div.DivClassName
{
background-color: #2D6DDD;
}
.BgClassName
{
background-color: #2D6DDD;
}
</style>
border-color css
<style>
span { border-color: #2D6DDD; }
span { border-color: rgb(45,109,221); }
td.TdClassName
{
border-color: #2D6DDD;
}
.TagClassName
{
border-color: #2D6DDD;
}
</style>