Shades of Royal Blue #2471E0
Tints of Royal Blue #2471E0
RGB
CMYK
RGB Variations
Color information
#2471E0 (or 0x2471E0) is known color: Royal Blue. HEX triplet: 24, 71 and E0. RGB value is (36,113,224). Sum of RGB (Red+Green+Blue) = 36+113+224=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #2471E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2471E0 is #DB8E1F. Grayscale: #666666. Windows color (decimal): -14388768 or 14709028. OLE color: 14709028.
HSL color Cylindrical-coordinate representation of color #2471E0: hue angle of 215.43º 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 #2471E0 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 113 | 224 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.12 |
| HSL | 215.43º | 0.75% | 0.51% | - |
| HSV(B) | 215.43º | 0.84% | 0.88% | - |
| XYZ | 20.09 | 17.57 | 72.85 | - |
| YUV | 102.63 | 196.49 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 224 | 0.84 | 0.50 | 0 | 0.12 | 215.43 | 0.75 | 0.51 |
| Hex | 24 | 71 | E0 | 54 | 32 | 0 | C | D7 | 4B | 33 |
| Octal | 44 | 161 | 340 | 124 | 62 | 0 | 14 | 327 | 113 | 63 |
| Binary | 100100 | 1110001 | 11100000 | 1010100 | 110010 | 0 | 1100 | 11010111 | 1001011 | 110011 |
Color Harmonies of #2471E0
Complementary color
Monochromatic Colors of #2471E0
Black with #2471E0
Text Example
Text Example
White with #2471E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2471E0; }
p { color: rgb(36,113,224); }
H1.HeaderClassName
{
color: #2471E0;
}
.AnyTagClassName
{
color: #2471E0;
}
</style>
background-color css
<style>
a { background-color: #2471E0; }
a { background-color: rgb(36,113,224); }
div.DivClassName
{
background-color: #2471E0;
}
.BgClassName
{
background-color: #2471E0;
}
</style>
border-color css
<style>
span { border-color: #2471E0; }
span { border-color: rgb(36,113,224); }
td.TdClassName
{
border-color: #2471E0;
}
.TagClassName
{
border-color: #2471E0;
}
</style>