Shades of Royal Blue #2371EA
Tints of Royal Blue #2371EA
RGB
CMYK
RGB Variations
Color information
#2371EA (or 0x2371EA) is known color: Royal Blue. HEX triplet: 23, 71 and EA. RGB value is (35,113,234). Sum of RGB (Red+Green+Blue) = 35+113+234=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #2371EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2371EA is #DC8E15. Grayscale: #666666. Windows color (decimal): -14454294 or 15364387. OLE color: 15364387.
HSL color Cylindrical-coordinate representation of color #2371EA: hue angle of 216.48º 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 #2371EA is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 113 | 234 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.08 |
| HSL | 216.48º | 0.83% | 0.53% | - |
| HSV(B) | 216.48º | 0.85% | 0.92% | - |
| XYZ | 21.45 | 18.11 | 80.21 | - |
| YUV | 103.47 | 201.66 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 234 | 0.85 | 0.52 | 0 | 0.08 | 216.48 | 0.83 | 0.53 |
| Hex | 23 | 71 | EA | 55 | 34 | 0 | 8 | D8 | 53 | 35 |
| Octal | 43 | 161 | 352 | 125 | 64 | 0 | 10 | 330 | 123 | 65 |
| Binary | 100011 | 1110001 | 11101010 | 1010101 | 110100 | 0 | 1000 | 11011000 | 1010011 | 110101 |
Color Harmonies of #2371EA
Complementary color
Monochromatic Colors of #2371EA
Black with #2371EA
Text Example
Text Example
White with #2371EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2371EA; }
p { color: rgb(35,113,234); }
H1.HeaderClassName
{
color: #2371EA;
}
.AnyTagClassName
{
color: #2371EA;
}
</style>
background-color css
<style>
a { background-color: #2371EA; }
a { background-color: rgb(35,113,234); }
div.DivClassName
{
background-color: #2371EA;
}
.BgClassName
{
background-color: #2371EA;
}
</style>
border-color css
<style>
span { border-color: #2371EA; }
span { border-color: rgb(35,113,234); }
td.TdClassName
{
border-color: #2371EA;
}
.TagClassName
{
border-color: #2371EA;
}
</style>