Shades of Royal Blue #2477E0
Tints of Royal Blue #2477E0
RGB
CMYK
RGB Variations
Color information
#2477E0 (or 0x2477E0) is known color: Royal Blue. HEX triplet: 24, 77 and E0. RGB value is (36,119,224). Sum of RGB (Red+Green+Blue) = 36+119+224=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #2477E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477E0 is #DB881F. Grayscale: #696969. Windows color (decimal): -14387232 or 14710564. OLE color: 14710564.
HSL color Cylindrical-coordinate representation of color #2477E0: hue angle of 213.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2477E0 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 119 | 224 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.12 |
| HSL | 213.51º | 0.75% | 0.51% | - |
| HSV(B) | 213.51º | 0.84% | 0.88% | - |
| XYZ | 20.78 | 18.95 | 73.08 | - |
| YUV | 106.15 | 194.5 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 224 | 0.84 | 0.47 | 0 | 0.12 | 213.51 | 0.75 | 0.51 |
| Hex | 24 | 77 | E0 | 54 | 2F | 0 | C | D6 | 4B | 33 |
| Octal | 44 | 167 | 340 | 124 | 57 | 0 | 14 | 326 | 113 | 63 |
| Binary | 100100 | 1110111 | 11100000 | 1010100 | 101111 | 0 | 1100 | 11010110 | 1001011 | 110011 |
Color Harmonies of #2477E0
Complementary color
Monochromatic Colors of #2477E0
Black with #2477E0
Text Example
Text Example
White with #2477E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2477E0; }
p { color: rgb(36,119,224); }
H1.HeaderClassName
{
color: #2477E0;
}
.AnyTagClassName
{
color: #2477E0;
}
</style>
background-color css
<style>
a { background-color: #2477E0; }
a { background-color: rgb(36,119,224); }
div.DivClassName
{
background-color: #2477E0;
}
.BgClassName
{
background-color: #2477E0;
}
</style>
border-color css
<style>
span { border-color: #2477E0; }
span { border-color: rgb(36,119,224); }
td.TdClassName
{
border-color: #2477E0;
}
.TagClassName
{
border-color: #2477E0;
}
</style>