Shades of Royal Blue #2D5DED
Tints of Royal Blue #2D5DED
RGB
CMYK
RGB Variations
Color information
#2D5DED (or 0x2D5DED) is known color: Royal Blue. HEX triplet: 2D, 5D and ED. RGB value is (45,93,237). Sum of RGB (Red+Green+Blue) = 45+93+237=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D5DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5DED is #D2A212. Grayscale: #5E5E5E. Windows color (decimal): -13804051 or 15555885. OLE color: 15555885.
HSL color Cylindrical-coordinate representation of color #2D5DED: hue angle of 225º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D5DED is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 93 | 237 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.07 |
| HSL | 225º | 0.84% | 0.55% | - |
| HSV(B) | 225º | 0.81% | 0.93% | - |
| XYZ | 20.28 | 14.5 | 81.85 | - |
| YUV | 95.06 | 208.1 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 93 | 237 | 0.81 | 0.61 | 0 | 0.07 | 225 | 0.84 | 0.55 |
| Hex | 2D | 5D | ED | 51 | 3D | 0 | 7 | E1 | 54 | 37 |
| Octal | 55 | 135 | 355 | 121 | 75 | 0 | 7 | 341 | 124 | 67 |
| Binary | 101101 | 1011101 | 11101101 | 1010001 | 111101 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #2D5DED
Complementary color
Monochromatic Colors of #2D5DED
Black with #2D5DED
Text Example
Text Example
White with #2D5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5DED; }
p { color: rgb(45,93,237); }
H1.HeaderClassName
{
color: #2D5DED;
}
.AnyTagClassName
{
color: #2D5DED;
}
</style>
background-color css
<style>
a { background-color: #2D5DED; }
a { background-color: rgb(45,93,237); }
div.DivClassName
{
background-color: #2D5DED;
}
.BgClassName
{
background-color: #2D5DED;
}
</style>
border-color css
<style>
span { border-color: #2D5DED; }
span { border-color: rgb(45,93,237); }
td.TdClassName
{
border-color: #2D5DED;
}
.TagClassName
{
border-color: #2D5DED;
}
</style>