Shades of Royal Blue #2477DD
Tints of Royal Blue #2477DD
RGB
CMYK
RGB Variations
Color information
#2477DD (or 0x2477DD) is known color: Royal Blue. HEX triplet: 24, 77 and DD. RGB value is (36,119,221). Sum of RGB (Red+Green+Blue) = 36+119+221=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #2477DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477DD is #DB8822. Grayscale: #696969. Windows color (decimal): -14387235 or 14513956. OLE color: 14513956.
HSL color Cylindrical-coordinate representation of color #2477DD: hue angle of 213.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2477DD is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 119 | 221 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.13 |
| HSL | 213.08º | 0.73% | 0.5% | - |
| HSV(B) | 213.08º | 0.84% | 0.87% | - |
| XYZ | 20.38 | 18.79 | 70.96 | - |
| YUV | 105.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 221 | 0.84 | 0.46 | 0 | 0.13 | 213.08 | 0.73 | 0.5 |
| Hex | 24 | 77 | DD | 54 | 2E | 0 | D | D5 | 49 | 32 |
| Octal | 44 | 167 | 335 | 124 | 56 | 0 | 15 | 325 | 111 | 62 |
| Binary | 100100 | 1110111 | 11011101 | 1010100 | 101110 | 0 | 1101 | 11010101 | 1001001 | 110010 |
Color Harmonies of #2477DD
Complementary color
Monochromatic Colors of #2477DD
Black with #2477DD
Text Example
Text Example
White with #2477DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2477DD; }
p { color: rgb(36,119,221); }
H1.HeaderClassName
{
color: #2477DD;
}
.AnyTagClassName
{
color: #2477DD;
}
</style>
background-color css
<style>
a { background-color: #2477DD; }
a { background-color: rgb(36,119,221); }
div.DivClassName
{
background-color: #2477DD;
}
.BgClassName
{
background-color: #2477DD;
}
</style>
border-color css
<style>
span { border-color: #2477DD; }
span { border-color: rgb(36,119,221); }
td.TdClassName
{
border-color: #2477DD;
}
.TagClassName
{
border-color: #2477DD;
}
</style>