Shades of Royal Blue #2D5BDE
Tints of Royal Blue #2D5BDE
RGB
CMYK
RGB Variations
Color information
#2D5BDE (or 0x2D5BDE) is known color: Royal Blue. HEX triplet: 2D, 5B and DE. RGB value is (45,91,222). Sum of RGB (Red+Green+Blue) = 45+91+222=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D5BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BDE is #D2A421. Grayscale: #5B5B5B. Windows color (decimal): -13804578 or 14572333. OLE color: 14572333.
HSL color Cylindrical-coordinate representation of color #2D5BDE: hue angle of 224.41º degrees, saturation: 0.73, 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 #2D5BDE is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 91 | 222 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.13 |
| HSL | 224.41º | 0.73% | 0.52% | - |
| HSV(B) | 224.41º | 0.8% | 0.87% | - |
| XYZ | 18.01 | 13.31 | 70.73 | - |
| YUV | 92.18 | 201.26 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 222 | 0.80 | 0.59 | 0 | 0.13 | 224.41 | 0.73 | 0.52 |
| Hex | 2D | 5B | DE | 50 | 3B | 0 | D | E0 | 49 | 34 |
| Octal | 55 | 133 | 336 | 120 | 73 | 0 | 15 | 340 | 111 | 64 |
| Binary | 101101 | 1011011 | 11011110 | 1010000 | 111011 | 0 | 1101 | 11100000 | 1001001 | 110100 |
Color Harmonies of #2D5BDE
Complementary color
Monochromatic Colors of #2D5BDE
Black with #2D5BDE
Text Example
Text Example
White with #2D5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5BDE; }
p { color: rgb(45,91,222); }
H1.HeaderClassName
{
color: #2D5BDE;
}
.AnyTagClassName
{
color: #2D5BDE;
}
</style>
background-color css
<style>
a { background-color: #2D5BDE; }
a { background-color: rgb(45,91,222); }
div.DivClassName
{
background-color: #2D5BDE;
}
.BgClassName
{
background-color: #2D5BDE;
}
</style>
border-color css
<style>
span { border-color: #2D5BDE; }
span { border-color: rgb(45,91,222); }
td.TdClassName
{
border-color: #2D5BDE;
}
.TagClassName
{
border-color: #2D5BDE;
}
</style>