Shades of Royal Blue #2373DC
Tints of Royal Blue #2373DC
RGB
CMYK
RGB Variations
Color information
#2373DC (or 0x2373DC) is known color: Royal Blue. HEX triplet: 23, 73 and DC. RGB value is (35,115,220). Sum of RGB (Red+Green+Blue) = 35+115+220=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #2373DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373DC is #DC8C23. Grayscale: #666666. Windows color (decimal): -14453796 or 14447395. OLE color: 14447395.
HSL color Cylindrical-coordinate representation of color #2373DC: hue angle of 214.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2373DC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 115 | 220 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.14 |
| HSL | 214.05º | 0.73% | 0.5% | - |
| HSV(B) | 214.05º | 0.84% | 0.86% | - |
| XYZ | 19.74 | 17.79 | 70.1 | - |
| YUV | 103.05 | 194 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 220 | 0.84 | 0.48 | 0 | 0.14 | 214.05 | 0.73 | 0.5 |
| Hex | 23 | 73 | DC | 54 | 30 | 0 | E | D6 | 49 | 32 |
| Octal | 43 | 163 | 334 | 124 | 60 | 0 | 16 | 326 | 111 | 62 |
| Binary | 100011 | 1110011 | 11011100 | 1010100 | 110000 | 0 | 1110 | 11010110 | 1001001 | 110010 |
Color Harmonies of #2373DC
Complementary color
Monochromatic Colors of #2373DC
Black with #2373DC
Text Example
Text Example
White with #2373DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373DC; }
p { color: rgb(35,115,220); }
H1.HeaderClassName
{
color: #2373DC;
}
.AnyTagClassName
{
color: #2373DC;
}
</style>
background-color css
<style>
a { background-color: #2373DC; }
a { background-color: rgb(35,115,220); }
div.DivClassName
{
background-color: #2373DC;
}
.BgClassName
{
background-color: #2373DC;
}
</style>
border-color css
<style>
span { border-color: #2373DC; }
span { border-color: rgb(35,115,220); }
td.TdClassName
{
border-color: #2373DC;
}
.TagClassName
{
border-color: #2373DC;
}
</style>