Shades of Royal Blue #2D58DA
Tints of Royal Blue #2D58DA
RGB
CMYK
RGB Variations
Color information
#2D58DA (or 0x2D58DA) is known color: Royal Blue. HEX triplet: 2D, 58 and DA. RGB value is (45,88,218). Sum of RGB (Red+Green+Blue) = 45+88+218=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D58DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D58DA is #D2A725. Grayscale: #595959. Windows color (decimal): -13805350 or 14309421. OLE color: 14309421.
HSL color Cylindrical-coordinate representation of color #2D58DA: hue angle of 225.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D58DA is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 88 | 218 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.15 |
| HSL | 225.09º | 0.7% | 0.52% | - |
| HSV(B) | 225.09º | 0.79% | 0.85% | - |
| XYZ | 17.23 | 12.6 | 67.85 | - |
| YUV | 89.96 | 200.25 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 218 | 0.79 | 0.60 | 0 | 0.15 | 225.09 | 0.7 | 0.52 |
| Hex | 2D | 58 | DA | 4F | 3C | 0 | F | E1 | 46 | 34 |
| Octal | 55 | 130 | 332 | 117 | 74 | 0 | 17 | 341 | 106 | 64 |
| Binary | 101101 | 1011000 | 11011010 | 1001111 | 111100 | 0 | 1111 | 11100001 | 1000110 | 110100 |
Color Harmonies of #2D58DA
Complementary color
Monochromatic Colors of #2D58DA
Black with #2D58DA
Text Example
Text Example
White with #2D58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D58DA; }
p { color: rgb(45,88,218); }
H1.HeaderClassName
{
color: #2D58DA;
}
.AnyTagClassName
{
color: #2D58DA;
}
</style>
background-color css
<style>
a { background-color: #2D58DA; }
a { background-color: rgb(45,88,218); }
div.DivClassName
{
background-color: #2D58DA;
}
.BgClassName
{
background-color: #2D58DA;
}
</style>
border-color css
<style>
span { border-color: #2D58DA; }
span { border-color: rgb(45,88,218); }
td.TdClassName
{
border-color: #2D58DA;
}
.TagClassName
{
border-color: #2D58DA;
}
</style>