Shades of Royal Blue #2477E6
Tints of Royal Blue #2477E6
RGB
CMYK
RGB Variations
Color information
#2477E6 (or 0x2477E6) is known color: Royal Blue. HEX triplet: 24, 77 and E6. RGB value is (36,119,230). Sum of RGB (Red+Green+Blue) = 36+119+230=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #2477E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2477E6 is #DB8819. Grayscale: #6A6A6A. Windows color (decimal): -14387226 or 15103780. OLE color: 15103780.
HSL color Cylindrical-coordinate representation of color #2477E6: hue angle of 214.33º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2477E6 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 119 | 230 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.10 |
| HSL | 214.33º | 0.8% | 0.52% | - |
| HSV(B) | 214.33º | 0.84% | 0.9% | - |
| XYZ | 21.61 | 19.28 | 77.45 | - |
| YUV | 106.84 | 197.5 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 230 | 0.84 | 0.48 | 0 | 0.10 | 214.33 | 0.8 | 0.52 |
| Hex | 24 | 77 | E6 | 54 | 30 | 0 | A | D6 | 50 | 34 |
| Octal | 44 | 167 | 346 | 124 | 60 | 0 | 12 | 326 | 120 | 64 |
| Binary | 100100 | 1110111 | 11100110 | 1010100 | 110000 | 0 | 1010 | 11010110 | 1010000 | 110100 |
Color Harmonies of #2477E6
Complementary color
Monochromatic Colors of #2477E6
Black with #2477E6
Text Example
Text Example
White with #2477E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2477E6; }
p { color: rgb(36,119,230); }
H1.HeaderClassName
{
color: #2477E6;
}
.AnyTagClassName
{
color: #2477E6;
}
</style>
background-color css
<style>
a { background-color: #2477E6; }
a { background-color: rgb(36,119,230); }
div.DivClassName
{
background-color: #2477E6;
}
.BgClassName
{
background-color: #2477E6;
}
</style>
border-color css
<style>
span { border-color: #2477E6; }
span { border-color: rgb(36,119,230); }
td.TdClassName
{
border-color: #2477E6;
}
.TagClassName
{
border-color: #2477E6;
}
</style>