Shades of Royal Blue #2373D9
Tints of Royal Blue #2373D9
RGB
CMYK
RGB Variations
Color information
#2373D9 (or 0x2373D9) is known color: Royal Blue. HEX triplet: 23, 73 and D9. RGB value is (35,115,217). Sum of RGB (Red+Green+Blue) = 35+115+217=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 217 (85.16% from 255 or 59.13% from 367); Max value from RGB is 217 - color contains mainly: blue. Hex color #2373D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373D9 is #DC8C26. Grayscale: #666666. Windows color (decimal): -14453799 or 14250787. OLE color: 14250787.
HSL color Cylindrical-coordinate representation of color #2373D9: hue angle of 213.63º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2373D9 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 115 | 217 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.15 |
| HSL | 213.63º | 0.72% | 0.49% | - |
| HSV(B) | 213.63º | 0.84% | 0.85% | - |
| XYZ | 19.35 | 17.63 | 68.03 | - |
| YUV | 102.71 | 192.5 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 217 | 0.84 | 0.47 | 0 | 0.15 | 213.63 | 0.72 | 0.49 |
| Hex | 23 | 73 | D9 | 54 | 2F | 0 | F | D6 | 48 | 31 |
| Octal | 43 | 163 | 331 | 124 | 57 | 0 | 17 | 326 | 110 | 61 |
| Binary | 100011 | 1110011 | 11011001 | 1010100 | 101111 | 0 | 1111 | 11010110 | 1001000 | 110001 |
Color Harmonies of #2373D9
Complementary color
Monochromatic Colors of #2373D9
Black with #2373D9
Text Example
Text Example
White with #2373D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373D9; }
p { color: rgb(35,115,217); }
H1.HeaderClassName
{
color: #2373D9;
}
.AnyTagClassName
{
color: #2373D9;
}
</style>
background-color css
<style>
a { background-color: #2373D9; }
a { background-color: rgb(35,115,217); }
div.DivClassName
{
background-color: #2373D9;
}
.BgClassName
{
background-color: #2373D9;
}
</style>
border-color css
<style>
span { border-color: #2373D9; }
span { border-color: rgb(35,115,217); }
td.TdClassName
{
border-color: #2373D9;
}
.TagClassName
{
border-color: #2373D9;
}
</style>