Shades of Royal Blue #2373DF
Tints of Royal Blue #2373DF
RGB
CMYK
RGB Variations
Color information
#2373DF (or 0x2373DF) is known color: Royal Blue. HEX triplet: 23, 73 and DF. RGB value is (35,115,223). Sum of RGB (Red+Green+Blue) = 35+115+223=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #2373DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373DF is #DC8C20. Grayscale: #666666. Windows color (decimal): -14453793 or 14644003. OLE color: 14644003.
HSL color Cylindrical-coordinate representation of color #2373DF: hue angle of 214.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2373DF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 115 | 223 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.13 |
| HSL | 214.47º | 0.75% | 0.51% | - |
| HSV(B) | 214.47º | 0.84% | 0.87% | - |
| XYZ | 20.14 | 17.95 | 72.21 | - |
| YUV | 103.39 | 195.5 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 223 | 0.84 | 0.48 | 0 | 0.13 | 214.47 | 0.75 | 0.51 |
| Hex | 23 | 73 | DF | 54 | 30 | 0 | D | D6 | 4B | 33 |
| Octal | 43 | 163 | 337 | 124 | 60 | 0 | 15 | 326 | 113 | 63 |
| Binary | 100011 | 1110011 | 11011111 | 1010100 | 110000 | 0 | 1101 | 11010110 | 1001011 | 110011 |
Color Harmonies of #2373DF
Complementary color
Monochromatic Colors of #2373DF
Black with #2373DF
Text Example
Text Example
White with #2373DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373DF; }
p { color: rgb(35,115,223); }
H1.HeaderClassName
{
color: #2373DF;
}
.AnyTagClassName
{
color: #2373DF;
}
</style>
background-color css
<style>
a { background-color: #2373DF; }
a { background-color: rgb(35,115,223); }
div.DivClassName
{
background-color: #2373DF;
}
.BgClassName
{
background-color: #2373DF;
}
</style>
border-color css
<style>
span { border-color: #2373DF; }
span { border-color: rgb(35,115,223); }
td.TdClassName
{
border-color: #2373DF;
}
.TagClassName
{
border-color: #2373DF;
}
</style>