Shades of Royal Blue #2D7DDF
Tints of Royal Blue #2D7DDF
RGB
CMYK
RGB Variations
Color information
#2D7DDF (or 0x2D7DDF) is known color: Royal Blue. HEX triplet: 2D, 7D and DF. RGB value is (45,125,223). Sum of RGB (Red+Green+Blue) = 45+125+223=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D7DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7DDF is #D28220. Grayscale: #6F6F6F. Windows color (decimal): -13795873 or 14646573. OLE color: 14646573.
HSL color Cylindrical-coordinate representation of color #2D7DDF: hue angle of 213.03º 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 #2D7DDF is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 125 | 223 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.13 |
| HSL | 213.03º | 0.74% | 0.53% | - |
| HSV(B) | 213.03º | 0.8% | 0.87% | - |
| XYZ | 21.74 | 20.55 | 72.63 | - |
| YUV | 112.25 | 190.5 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 223 | 0.80 | 0.44 | 0 | 0.13 | 213.03 | 0.74 | 0.53 |
| Hex | 2D | 7D | DF | 50 | 2C | 0 | D | D5 | 4A | 35 |
| Octal | 55 | 175 | 337 | 120 | 54 | 0 | 15 | 325 | 112 | 65 |
| Binary | 101101 | 1111101 | 11011111 | 1010000 | 101100 | 0 | 1101 | 11010101 | 1001010 | 110101 |
Color Harmonies of #2D7DDF
Complementary color
Monochromatic Colors of #2D7DDF
Black with #2D7DDF
Text Example
Text Example
White with #2D7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7DDF; }
p { color: rgb(45,125,223); }
H1.HeaderClassName
{
color: #2D7DDF;
}
.AnyTagClassName
{
color: #2D7DDF;
}
</style>
background-color css
<style>
a { background-color: #2D7DDF; }
a { background-color: rgb(45,125,223); }
div.DivClassName
{
background-color: #2D7DDF;
}
.BgClassName
{
background-color: #2D7DDF;
}
</style>
border-color css
<style>
span { border-color: #2D7DDF; }
span { border-color: rgb(45,125,223); }
td.TdClassName
{
border-color: #2D7DDF;
}
.TagClassName
{
border-color: #2D7DDF;
}
</style>