Shades of Royal Blue #2373EB
Tints of Royal Blue #2373EB
RGB
CMYK
RGB Variations
Color information
#2373EB (or 0x2373EB) is known color: Royal Blue. HEX triplet: 23, 73 and EB. RGB value is (35,115,235). Sum of RGB (Red+Green+Blue) = 35+115+235=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #2373EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2373EB is #DC8C14. Grayscale: #686868. Windows color (decimal): -14453781 or 15430435. OLE color: 15430435.
HSL color Cylindrical-coordinate representation of color #2373EB: hue angle of 216º 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 #2373EB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 115 | 235 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.08 |
| HSL | 216º | 0.83% | 0.53% | - |
| HSV(B) | 216º | 0.85% | 0.92% | - |
| XYZ | 21.82 | 18.62 | 81.04 | - |
| YUV | 104.76 | 201.5 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 235 | 0.85 | 0.51 | 0 | 0.08 | 216 | 0.83 | 0.53 |
| Hex | 23 | 73 | EB | 55 | 33 | 0 | 8 | D8 | 53 | 35 |
| Octal | 43 | 163 | 353 | 125 | 63 | 0 | 10 | 330 | 123 | 65 |
| Binary | 100011 | 1110011 | 11101011 | 1010101 | 110011 | 0 | 1000 | 11011000 | 1010011 | 110101 |
Color Harmonies of #2373EB
Complementary color
Monochromatic Colors of #2373EB
Black with #2373EB
Text Example
Text Example
White with #2373EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373EB; }
p { color: rgb(35,115,235); }
H1.HeaderClassName
{
color: #2373EB;
}
.AnyTagClassName
{
color: #2373EB;
}
</style>
background-color css
<style>
a { background-color: #2373EB; }
a { background-color: rgb(35,115,235); }
div.DivClassName
{
background-color: #2373EB;
}
.BgClassName
{
background-color: #2373EB;
}
</style>
border-color css
<style>
span { border-color: #2373EB; }
span { border-color: rgb(35,115,235); }
td.TdClassName
{
border-color: #2373EB;
}
.TagClassName
{
border-color: #2373EB;
}
</style>