Shades of Royal Blue #2373DD
Tints of Royal Blue #2373DD
RGB
CMYK
RGB Variations
Color information
#2373DD (or 0x2373DD) is known color: Royal Blue. HEX triplet: 23, 73 and DD. RGB value is (35,115,221). Sum of RGB (Red+Green+Blue) = 35+115+221=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #2373DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373DD is #DC8C22. Grayscale: #666666. Windows color (decimal): -14453795 or 14512931. OLE color: 14512931.
HSL color Cylindrical-coordinate representation of color #2373DD: hue angle of 214.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2373DD is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 115 | 221 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.13 |
| HSL | 214.19º | 0.73% | 0.5% | - |
| HSV(B) | 214.19º | 0.84% | 0.87% | - |
| XYZ | 19.88 | 17.84 | 70.8 | - |
| YUV | 103.16 | 194.5 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 221 | 0.84 | 0.48 | 0 | 0.13 | 214.19 | 0.73 | 0.5 |
| Hex | 23 | 73 | DD | 54 | 30 | 0 | D | D6 | 49 | 32 |
| Octal | 43 | 163 | 335 | 124 | 60 | 0 | 15 | 326 | 111 | 62 |
| Binary | 100011 | 1110011 | 11011101 | 1010100 | 110000 | 0 | 1101 | 11010110 | 1001001 | 110010 |
Color Harmonies of #2373DD
Complementary color
Monochromatic Colors of #2373DD
Black with #2373DD
Text Example
Text Example
White with #2373DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373DD; }
p { color: rgb(35,115,221); }
H1.HeaderClassName
{
color: #2373DD;
}
.AnyTagClassName
{
color: #2373DD;
}
</style>
background-color css
<style>
a { background-color: #2373DD; }
a { background-color: rgb(35,115,221); }
div.DivClassName
{
background-color: #2373DD;
}
.BgClassName
{
background-color: #2373DD;
}
</style>
border-color css
<style>
span { border-color: #2373DD; }
span { border-color: rgb(35,115,221); }
td.TdClassName
{
border-color: #2373DD;
}
.TagClassName
{
border-color: #2373DD;
}
</style>