Shades of Royal Blue #2D7CDB
Tints of Royal Blue #2D7CDB
RGB
CMYK
RGB Variations
Color information
#2D7CDB (or 0x2D7CDB) is known color: Royal Blue. HEX triplet: 2D, 7C and DB. RGB value is (45,124,219). Sum of RGB (Red+Green+Blue) = 45+124+219=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7CDB is #D28324. Grayscale: #6E6E6E. Windows color (decimal): -13796133 or 14384173. OLE color: 14384173.
HSL color Cylindrical-coordinate representation of color #2D7CDB: hue angle of 212.76º 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 #2D7CDB is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 124 | 219 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.14 |
| HSL | 212.76º | 0.71% | 0.52% | - |
| HSV(B) | 212.76º | 0.79% | 0.86% | - |
| XYZ | 21.08 | 20.09 | 69.78 | - |
| YUV | 111.21 | 188.83 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 219 | 0.79 | 0.43 | 0 | 0.14 | 212.76 | 0.71 | 0.52 |
| Hex | 2D | 7C | DB | 4F | 2B | 0 | E | D5 | 47 | 34 |
| Octal | 55 | 174 | 333 | 117 | 53 | 0 | 16 | 325 | 107 | 64 |
| Binary | 101101 | 1111100 | 11011011 | 1001111 | 101011 | 0 | 1110 | 11010101 | 1000111 | 110100 |
Color Harmonies of #2D7CDB
Complementary color
Monochromatic Colors of #2D7CDB
Black with #2D7CDB
Text Example
Text Example
White with #2D7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7CDB; }
p { color: rgb(45,124,219); }
H1.HeaderClassName
{
color: #2D7CDB;
}
.AnyTagClassName
{
color: #2D7CDB;
}
</style>
background-color css
<style>
a { background-color: #2D7CDB; }
a { background-color: rgb(45,124,219); }
div.DivClassName
{
background-color: #2D7CDB;
}
.BgClassName
{
background-color: #2D7CDB;
}
</style>
border-color css
<style>
span { border-color: #2D7CDB; }
span { border-color: rgb(45,124,219); }
td.TdClassName
{
border-color: #2D7CDB;
}
.TagClassName
{
border-color: #2D7CDB;
}
</style>