Shades of Royal Blue #2D6DDE
Tints of Royal Blue #2D6DDE
RGB
CMYK
RGB Variations
Color information
#2D6DDE (or 0x2D6DDE) is known color: Royal Blue. HEX triplet: 2D, 6D and DE. RGB value is (45,109,222). Sum of RGB (Red+Green+Blue) = 45+109+222=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D6DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6DDE is #D29221. Grayscale: #666666. Windows color (decimal): -13799970 or 14576941. OLE color: 14576941.
HSL color Cylindrical-coordinate representation of color #2D6DDE: hue angle of 218.31º degrees, saturation: 0.73, 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 #2D6DDE is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 109 | 222 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.13 |
| HSL | 218.31º | 0.73% | 0.52% | - |
| HSV(B) | 218.31º | 0.8% | 0.87% | - |
| XYZ | 19.74 | 16.77 | 71.3 | - |
| YUV | 102.75 | 195.3 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 222 | 0.80 | 0.51 | 0 | 0.13 | 218.31 | 0.73 | 0.52 |
| Hex | 2D | 6D | DE | 50 | 33 | 0 | D | DA | 49 | 34 |
| Octal | 55 | 155 | 336 | 120 | 63 | 0 | 15 | 332 | 111 | 64 |
| Binary | 101101 | 1101101 | 11011110 | 1010000 | 110011 | 0 | 1101 | 11011010 | 1001001 | 110100 |
Color Harmonies of #2D6DDE
Complementary color
Monochromatic Colors of #2D6DDE
Black with #2D6DDE
Text Example
Text Example
White with #2D6DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6DDE; }
p { color: rgb(45,109,222); }
H1.HeaderClassName
{
color: #2D6DDE;
}
.AnyTagClassName
{
color: #2D6DDE;
}
</style>
background-color css
<style>
a { background-color: #2D6DDE; }
a { background-color: rgb(45,109,222); }
div.DivClassName
{
background-color: #2D6DDE;
}
.BgClassName
{
background-color: #2D6DDE;
}
</style>
border-color css
<style>
span { border-color: #2D6DDE; }
span { border-color: rgb(45,109,222); }
td.TdClassName
{
border-color: #2D6DDE;
}
.TagClassName
{
border-color: #2D6DDE;
}
</style>