Shades of Royal Blue #2471EB
Tints of Royal Blue #2471EB
RGB
CMYK
RGB Variations
Color information
#2471EB (or 0x2471EB) is known color: Royal Blue. HEX triplet: 24, 71 and EB. RGB value is (36,113,235). Sum of RGB (Red+Green+Blue) = 36+113+235=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #2471EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2471EB is #DB8E14. Grayscale: #676767. Windows color (decimal): -14388757 or 15429924. OLE color: 15429924.
HSL color Cylindrical-coordinate representation of color #2471EB: hue angle of 216.78º degrees, saturation: 0.83, 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 #2471EB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 113 | 235 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.08 |
| HSL | 216.78º | 0.83% | 0.53% | - |
| HSV(B) | 216.78º | 0.85% | 0.92% | - |
| XYZ | 21.63 | 18.18 | 80.97 | - |
| YUV | 103.89 | 201.99 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 235 | 0.85 | 0.52 | 0 | 0.08 | 216.78 | 0.83 | 0.53 |
| Hex | 24 | 71 | EB | 55 | 34 | 0 | 8 | D9 | 53 | 35 |
| Octal | 44 | 161 | 353 | 125 | 64 | 0 | 10 | 331 | 123 | 65 |
| Binary | 100100 | 1110001 | 11101011 | 1010101 | 110100 | 0 | 1000 | 11011001 | 1010011 | 110101 |
Color Harmonies of #2471EB
Complementary color
Monochromatic Colors of #2471EB
Black with #2471EB
Text Example
Text Example
White with #2471EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2471EB; }
p { color: rgb(36,113,235); }
H1.HeaderClassName
{
color: #2471EB;
}
.AnyTagClassName
{
color: #2471EB;
}
</style>
background-color css
<style>
a { background-color: #2471EB; }
a { background-color: rgb(36,113,235); }
div.DivClassName
{
background-color: #2471EB;
}
.BgClassName
{
background-color: #2471EB;
}
</style>
border-color css
<style>
span { border-color: #2471EB; }
span { border-color: rgb(36,113,235); }
td.TdClassName
{
border-color: #2471EB;
}
.TagClassName
{
border-color: #2471EB;
}
</style>