Shades of Royal Blue #2D5BEC
Tints of Royal Blue #2D5BEC
RGB
CMYK
RGB Variations
Color information
#2D5BEC (or 0x2D5BEC) is known color: Royal Blue. HEX triplet: 2D, 5B and EC. RGB value is (45,91,236). Sum of RGB (Red+Green+Blue) = 45+91+236=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #2D5BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5BEC is #D2A413. Grayscale: #5D5D5D. Windows color (decimal): -13804564 or 15489837. OLE color: 15489837.
HSL color Cylindrical-coordinate representation of color #2D5BEC: hue angle of 225.55º degrees, saturation: 0.83, 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 #2D5BEC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 91 | 236 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.07 |
| HSL | 225.55º | 0.83% | 0.55% | - |
| HSV(B) | 225.55º | 0.81% | 0.93% | - |
| XYZ | 19.96 | 14.1 | 81.03 | - |
| YUV | 93.78 | 208.26 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 236 | 0.81 | 0.61 | 0 | 0.07 | 225.55 | 0.83 | 0.55 |
| Hex | 2D | 5B | EC | 51 | 3D | 0 | 7 | E2 | 53 | 37 |
| Octal | 55 | 133 | 354 | 121 | 75 | 0 | 7 | 342 | 123 | 67 |
| Binary | 101101 | 1011011 | 11101100 | 1010001 | 111101 | 0 | 111 | 11100010 | 1010011 | 110111 |
Color Harmonies of #2D5BEC
Complementary color
Monochromatic Colors of #2D5BEC
Black with #2D5BEC
Text Example
Text Example
White with #2D5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5BEC; }
p { color: rgb(45,91,236); }
H1.HeaderClassName
{
color: #2D5BEC;
}
.AnyTagClassName
{
color: #2D5BEC;
}
</style>
background-color css
<style>
a { background-color: #2D5BEC; }
a { background-color: rgb(45,91,236); }
div.DivClassName
{
background-color: #2D5BEC;
}
.BgClassName
{
background-color: #2D5BEC;
}
</style>
border-color css
<style>
span { border-color: #2D5BEC; }
span { border-color: rgb(45,91,236); }
td.TdClassName
{
border-color: #2D5BEC;
}
.TagClassName
{
border-color: #2D5BEC;
}
</style>