Shades of Royal Blue #2474EA
Tints of Royal Blue #2474EA
RGB
CMYK
RGB Variations
Color information
#2474EA (or 0x2474EA) is known color: Royal Blue. HEX triplet: 24, 74 and EA. RGB value is (36,116,234). Sum of RGB (Red+Green+Blue) = 36+116+234=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #2474EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2474EA is #DB8B15. Grayscale: #686868. Windows color (decimal): -14387990 or 15365156. OLE color: 15365156.
HSL color Cylindrical-coordinate representation of color #2474EA: hue angle of 215.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2474EA is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 116 | 234 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.08 |
| HSL | 215.76º | 0.83% | 0.53% | - |
| HSV(B) | 215.76º | 0.85% | 0.92% | - |
| XYZ | 21.82 | 18.81 | 80.32 | - |
| YUV | 105.53 | 200.5 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 234 | 0.85 | 0.50 | 0 | 0.08 | 215.76 | 0.83 | 0.53 |
| Hex | 24 | 74 | EA | 55 | 32 | 0 | 8 | D8 | 52 | 35 |
| Octal | 44 | 164 | 352 | 125 | 62 | 0 | 10 | 330 | 122 | 65 |
| Binary | 100100 | 1110100 | 11101010 | 1010101 | 110010 | 0 | 1000 | 11011000 | 1010010 | 110101 |
Color Harmonies of #2474EA
Complementary color
Monochromatic Colors of #2474EA
Black with #2474EA
Text Example
Text Example
White with #2474EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474EA; }
p { color: rgb(36,116,234); }
H1.HeaderClassName
{
color: #2474EA;
}
.AnyTagClassName
{
color: #2474EA;
}
</style>
background-color css
<style>
a { background-color: #2474EA; }
a { background-color: rgb(36,116,234); }
div.DivClassName
{
background-color: #2474EA;
}
.BgClassName
{
background-color: #2474EA;
}
</style>
border-color css
<style>
span { border-color: #2474EA; }
span { border-color: rgb(36,116,234); }
td.TdClassName
{
border-color: #2474EA;
}
.TagClassName
{
border-color: #2474EA;
}
</style>