Shades of Royal Blue #2D5ADB
Tints of Royal Blue #2D5ADB
RGB
CMYK
RGB Variations
Color information
#2D5ADB (or 0x2D5ADB) is known color: Royal Blue. HEX triplet: 2D, 5A and DB. RGB value is (45,90,219). Sum of RGB (Red+Green+Blue) = 45+90+219=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5ADB is #D2A524. Grayscale: #5A5A5A. Windows color (decimal): -13804837 or 14375469. OLE color: 14375469.
HSL color Cylindrical-coordinate representation of color #2D5ADB: hue angle of 224.48º 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 #2D5ADB is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 90 | 219 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.14 |
| HSL | 224.48º | 0.71% | 0.52% | - |
| HSV(B) | 224.48º | 0.79% | 0.86% | - |
| XYZ | 17.52 | 12.98 | 68.6 | - |
| YUV | 91.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 219 | 0.79 | 0.59 | 0 | 0.14 | 224.48 | 0.71 | 0.52 |
| Hex | 2D | 5A | DB | 4F | 3B | 0 | E | E0 | 47 | 34 |
| Octal | 55 | 132 | 333 | 117 | 73 | 0 | 16 | 340 | 107 | 64 |
| Binary | 101101 | 1011010 | 11011011 | 1001111 | 111011 | 0 | 1110 | 11100000 | 1000111 | 110100 |
Color Harmonies of #2D5ADB
Complementary color
Monochromatic Colors of #2D5ADB
Black with #2D5ADB
Text Example
Text Example
White with #2D5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5ADB; }
p { color: rgb(45,90,219); }
H1.HeaderClassName
{
color: #2D5ADB;
}
.AnyTagClassName
{
color: #2D5ADB;
}
</style>
background-color css
<style>
a { background-color: #2D5ADB; }
a { background-color: rgb(45,90,219); }
div.DivClassName
{
background-color: #2D5ADB;
}
.BgClassName
{
background-color: #2D5ADB;
}
</style>
border-color css
<style>
span { border-color: #2D5ADB; }
span { border-color: rgb(45,90,219); }
td.TdClassName
{
border-color: #2D5ADB;
}
.TagClassName
{
border-color: #2D5ADB;
}
</style>