Shades of Royal Blue #2D59EB
Tints of Royal Blue #2D59EB
RGB
CMYK
RGB Variations
Color information
#2D59EB (or 0x2D59EB) is known color: Royal Blue. HEX triplet: 2D, 59 and EB. RGB value is (45,89,235). Sum of RGB (Red+Green+Blue) = 45+89+235=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D59EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D59EB is #D2A614. Grayscale: #5B5B5B. Windows color (decimal): -13805077 or 15423789. OLE color: 15423789.
HSL color Cylindrical-coordinate representation of color #2D59EB: hue angle of 226.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D59EB is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 89 | 235 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.08 |
| HSL | 226.11º | 0.83% | 0.55% | - |
| HSV(B) | 226.11º | 0.81% | 0.92% | - |
| XYZ | 19.65 | 13.7 | 80.21 | - |
| YUV | 92.49 | 208.42 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 235 | 0.81 | 0.62 | 0 | 0.08 | 226.11 | 0.83 | 0.55 |
| Hex | 2D | 59 | EB | 51 | 3E | 0 | 8 | E2 | 53 | 37 |
| Octal | 55 | 131 | 353 | 121 | 76 | 0 | 10 | 342 | 123 | 67 |
| Binary | 101101 | 1011001 | 11101011 | 1010001 | 111110 | 0 | 1000 | 11100010 | 1010011 | 110111 |
Color Harmonies of #2D59EB
Complementary color
Monochromatic Colors of #2D59EB
Black with #2D59EB
Text Example
Text Example
White with #2D59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D59EB; }
p { color: rgb(45,89,235); }
H1.HeaderClassName
{
color: #2D59EB;
}
.AnyTagClassName
{
color: #2D59EB;
}
</style>
background-color css
<style>
a { background-color: #2D59EB; }
a { background-color: rgb(45,89,235); }
div.DivClassName
{
background-color: #2D59EB;
}
.BgClassName
{
background-color: #2D59EB;
}
</style>
border-color css
<style>
span { border-color: #2D59EB; }
span { border-color: rgb(45,89,235); }
td.TdClassName
{
border-color: #2D59EB;
}
.TagClassName
{
border-color: #2D59EB;
}
</style>