Shades of Royal Blue #2D7FDB
Tints of Royal Blue #2D7FDB
RGB
CMYK
RGB Variations
Color information
#2D7FDB (or 0x2D7FDB) is known color: Royal Blue. HEX triplet: 2D, 7F and DB. RGB value is (45,127,219). Sum of RGB (Red+Green+Blue) = 45+127+219=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7FDB is #D28024. Grayscale: #707070. Windows color (decimal): -13795365 or 14384941. OLE color: 14384941.
HSL color Cylindrical-coordinate representation of color #2D7FDB: hue angle of 211.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D7FDB is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 127 | 219 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.14 |
| HSL | 211.72º | 0.71% | 0.52% | - |
| HSV(B) | 211.72º | 0.79% | 0.86% | - |
| XYZ | 21.46 | 20.85 | 69.91 | - |
| YUV | 112.97 | 187.83 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 127 | 219 | 0.79 | 0.42 | 0 | 0.14 | 211.72 | 0.71 | 0.52 |
| Hex | 2D | 7F | DB | 4F | 2A | 0 | E | D4 | 47 | 34 |
| Octal | 55 | 177 | 333 | 117 | 52 | 0 | 16 | 324 | 107 | 64 |
| Binary | 101101 | 1111111 | 11011011 | 1001111 | 101010 | 0 | 1110 | 11010100 | 1000111 | 110100 |
Color Harmonies of #2D7FDB
Complementary color
Monochromatic Colors of #2D7FDB
Black with #2D7FDB
Text Example
Text Example
White with #2D7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7FDB; }
p { color: rgb(45,127,219); }
H1.HeaderClassName
{
color: #2D7FDB;
}
.AnyTagClassName
{
color: #2D7FDB;
}
</style>
background-color css
<style>
a { background-color: #2D7FDB; }
a { background-color: rgb(45,127,219); }
div.DivClassName
{
background-color: #2D7FDB;
}
.BgClassName
{
background-color: #2D7FDB;
}
</style>
border-color css
<style>
span { border-color: #2D7FDB; }
span { border-color: rgb(45,127,219); }
td.TdClassName
{
border-color: #2D7FDB;
}
.TagClassName
{
border-color: #2D7FDB;
}
</style>