Shades of Royal Blue #2D5BDD
Tints of Royal Blue #2D5BDD
RGB
CMYK
RGB Variations
Color information
#2D5BDD (or 0x2D5BDD) is known color: Royal Blue. HEX triplet: 2D, 5B and DD. RGB value is (45,91,221). Sum of RGB (Red+Green+Blue) = 45+91+221=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D5BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BDD is #D2A422. Grayscale: #5B5B5B. Windows color (decimal): -13804579 or 14506797. OLE color: 14506797.
HSL color Cylindrical-coordinate representation of color #2D5BDD: hue angle of 224.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D5BDD is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 91 | 221 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.13 |
| HSL | 224.32º | 0.72% | 0.52% | - |
| HSV(B) | 224.32º | 0.8% | 0.87% | - |
| XYZ | 17.87 | 13.26 | 70.02 | - |
| YUV | 92.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 221 | 0.80 | 0.59 | 0 | 0.13 | 224.32 | 0.72 | 0.52 |
| Hex | 2D | 5B | DD | 50 | 3B | 0 | D | E0 | 48 | 34 |
| Octal | 55 | 133 | 335 | 120 | 73 | 0 | 15 | 340 | 110 | 64 |
| Binary | 101101 | 1011011 | 11011101 | 1010000 | 111011 | 0 | 1101 | 11100000 | 1001000 | 110100 |
Color Harmonies of #2D5BDD
Complementary color
Monochromatic Colors of #2D5BDD
Black with #2D5BDD
Text Example
Text Example
White with #2D5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5BDD; }
p { color: rgb(45,91,221); }
H1.HeaderClassName
{
color: #2D5BDD;
}
.AnyTagClassName
{
color: #2D5BDD;
}
</style>
background-color css
<style>
a { background-color: #2D5BDD; }
a { background-color: rgb(45,91,221); }
div.DivClassName
{
background-color: #2D5BDD;
}
.BgClassName
{
background-color: #2D5BDD;
}
</style>
border-color css
<style>
span { border-color: #2D5BDD; }
span { border-color: rgb(45,91,221); }
td.TdClassName
{
border-color: #2D5BDD;
}
.TagClassName
{
border-color: #2D5BDD;
}
</style>