Shades of Royal Blue #2D5CDB
Tints of Royal Blue #2D5CDB
RGB
CMYK
RGB Variations
Color information
#2D5CDB (or 0x2D5CDB) is known color: Royal Blue. HEX triplet: 2D, 5C and DB. RGB value is (45,92,219). Sum of RGB (Red+Green+Blue) = 45+92+219=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D5CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CDB is #D2A324. Grayscale: #5B5B5B. Windows color (decimal): -13804325 or 14375981. OLE color: 14375981.
HSL color Cylindrical-coordinate representation of color #2D5CDB: hue angle of 223.79º 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 #2D5CDB is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 92 | 219 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.14 |
| HSL | 223.79º | 0.71% | 0.52% | - |
| HSV(B) | 223.79º | 0.79% | 0.86% | - |
| XYZ | 17.7 | 13.33 | 68.66 | - |
| YUV | 92.43 | 199.43 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 219 | 0.79 | 0.58 | 0 | 0.14 | 223.79 | 0.71 | 0.52 |
| Hex | 2D | 5C | DB | 4F | 3A | 0 | E | E0 | 47 | 34 |
| Octal | 55 | 134 | 333 | 117 | 72 | 0 | 16 | 340 | 107 | 64 |
| Binary | 101101 | 1011100 | 11011011 | 1001111 | 111010 | 0 | 1110 | 11100000 | 1000111 | 110100 |
Color Harmonies of #2D5CDB
Complementary color
Monochromatic Colors of #2D5CDB
Black with #2D5CDB
Text Example
Text Example
White with #2D5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5CDB; }
p { color: rgb(45,92,219); }
H1.HeaderClassName
{
color: #2D5CDB;
}
.AnyTagClassName
{
color: #2D5CDB;
}
</style>
background-color css
<style>
a { background-color: #2D5CDB; }
a { background-color: rgb(45,92,219); }
div.DivClassName
{
background-color: #2D5CDB;
}
.BgClassName
{
background-color: #2D5CDB;
}
</style>
border-color css
<style>
span { border-color: #2D5CDB; }
span { border-color: rgb(45,92,219); }
td.TdClassName
{
border-color: #2D5CDB;
}
.TagClassName
{
border-color: #2D5CDB;
}
</style>