Shades of Royal Blue #2D6EDC
Tints of Royal Blue #2D6EDC
RGB
CMYK
RGB Variations
Color information
#2D6EDC (or 0x2D6EDC) is known color: Royal Blue. HEX triplet: 2D, 6E and DC. RGB value is (45,110,220). Sum of RGB (Red+Green+Blue) = 45+110+220=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D6EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6EDC is #D29123. Grayscale: #666666. Windows color (decimal): -13799716 or 14446125. OLE color: 14446125.
HSL color Cylindrical-coordinate representation of color #2D6EDC: hue angle of 217.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D6EDC is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 110 | 220 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.14 |
| HSL | 217.71º | 0.71% | 0.52% | - |
| HSV(B) | 217.71º | 0.8% | 0.86% | - |
| XYZ | 19.58 | 16.88 | 69.94 | - |
| YUV | 103.11 | 193.97 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 220 | 0.80 | 0.50 | 0 | 0.14 | 217.71 | 0.71 | 0.52 |
| Hex | 2D | 6E | DC | 50 | 32 | 0 | E | DA | 47 | 34 |
| Octal | 55 | 156 | 334 | 120 | 62 | 0 | 16 | 332 | 107 | 64 |
| Binary | 101101 | 1101110 | 11011100 | 1010000 | 110010 | 0 | 1110 | 11011010 | 1000111 | 110100 |
Color Harmonies of #2D6EDC
Complementary color
Monochromatic Colors of #2D6EDC
Black with #2D6EDC
Text Example
Text Example
White with #2D6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6EDC; }
p { color: rgb(45,110,220); }
H1.HeaderClassName
{
color: #2D6EDC;
}
.AnyTagClassName
{
color: #2D6EDC;
}
</style>
background-color css
<style>
a { background-color: #2D6EDC; }
a { background-color: rgb(45,110,220); }
div.DivClassName
{
background-color: #2D6EDC;
}
.BgClassName
{
background-color: #2D6EDC;
}
</style>
border-color css
<style>
span { border-color: #2D6EDC; }
span { border-color: rgb(45,110,220); }
td.TdClassName
{
border-color: #2D6EDC;
}
.TagClassName
{
border-color: #2D6EDC;
}
</style>