Shades of Royal Blue #2D6DDF
Tints of Royal Blue #2D6DDF
RGB
CMYK
RGB Variations
Color information
#2D6DDF (or 0x2D6DDF) is known color: Royal Blue. HEX triplet: 2D, 6D and DF. RGB value is (45,109,223). Sum of RGB (Red+Green+Blue) = 45+109+223=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D6DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6DDF is #D29220. Grayscale: #666666. Windows color (decimal): -13799969 or 14642477. OLE color: 14642477.
HSL color Cylindrical-coordinate representation of color #2D6DDF: hue angle of 218.43º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D6DDF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 109 | 223 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.13 |
| HSL | 218.43º | 0.74% | 0.53% | - |
| HSV(B) | 218.43º | 0.8% | 0.87% | - |
| XYZ | 19.87 | 16.82 | 72.01 | - |
| YUV | 102.86 | 195.8 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 223 | 0.80 | 0.51 | 0 | 0.13 | 218.43 | 0.74 | 0.53 |
| Hex | 2D | 6D | DF | 50 | 33 | 0 | D | DA | 4A | 35 |
| Octal | 55 | 155 | 337 | 120 | 63 | 0 | 15 | 332 | 112 | 65 |
| Binary | 101101 | 1101101 | 11011111 | 1010000 | 110011 | 0 | 1101 | 11011010 | 1001010 | 110101 |
Color Harmonies of #2D6DDF
Complementary color
Monochromatic Colors of #2D6DDF
Black with #2D6DDF
Text Example
Text Example
White with #2D6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6DDF; }
p { color: rgb(45,109,223); }
H1.HeaderClassName
{
color: #2D6DDF;
}
.AnyTagClassName
{
color: #2D6DDF;
}
</style>
background-color css
<style>
a { background-color: #2D6DDF; }
a { background-color: rgb(45,109,223); }
div.DivClassName
{
background-color: #2D6DDF;
}
.BgClassName
{
background-color: #2D6DDF;
}
</style>
border-color css
<style>
span { border-color: #2D6DDF; }
span { border-color: rgb(45,109,223); }
td.TdClassName
{
border-color: #2D6DDF;
}
.TagClassName
{
border-color: #2D6DDF;
}
</style>