Shades of Royal Blue #2D5CDC
Tints of Royal Blue #2D5CDC
RGB
CMYK
RGB Variations
Color information
#2D5CDC (or 0x2D5CDC) is known color: Royal Blue. HEX triplet: 2D, 5C and DC. RGB value is (45,92,220). Sum of RGB (Red+Green+Blue) = 45+92+220=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D5CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CDC is #D2A323. Grayscale: #5B5B5B. Windows color (decimal): -13804324 or 14441517. OLE color: 14441517.
HSL color Cylindrical-coordinate representation of color #2D5CDC: hue angle of 223.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D5CDC is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 92 | 220 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.14 |
| HSL | 223.89º | 0.71% | 0.52% | - |
| HSV(B) | 223.89º | 0.8% | 0.86% | - |
| XYZ | 17.83 | 13.38 | 69.35 | - |
| YUV | 92.54 | 199.93 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 220 | 0.80 | 0.58 | 0 | 0.14 | 223.89 | 0.71 | 0.52 |
| Hex | 2D | 5C | DC | 50 | 3A | 0 | E | E0 | 47 | 34 |
| Octal | 55 | 134 | 334 | 120 | 72 | 0 | 16 | 340 | 107 | 64 |
| Binary | 101101 | 1011100 | 11011100 | 1010000 | 111010 | 0 | 1110 | 11100000 | 1000111 | 110100 |
Color Harmonies of #2D5CDC
Complementary color
Monochromatic Colors of #2D5CDC
Black with #2D5CDC
Text Example
Text Example
White with #2D5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5CDC; }
p { color: rgb(45,92,220); }
H1.HeaderClassName
{
color: #2D5CDC;
}
.AnyTagClassName
{
color: #2D5CDC;
}
</style>
background-color css
<style>
a { background-color: #2D5CDC; }
a { background-color: rgb(45,92,220); }
div.DivClassName
{
background-color: #2D5CDC;
}
.BgClassName
{
background-color: #2D5CDC;
}
</style>
border-color css
<style>
span { border-color: #2D5CDC; }
span { border-color: rgb(45,92,220); }
td.TdClassName
{
border-color: #2D5CDC;
}
.TagClassName
{
border-color: #2D5CDC;
}
</style>