Shades of Royal Blue #2373DA
Tints of Royal Blue #2373DA
RGB
CMYK
RGB Variations
Color information
#2373DA (or 0x2373DA) is known color: Royal Blue. HEX triplet: 23, 73 and DA. RGB value is (35,115,218). Sum of RGB (Red+Green+Blue) = 35+115+218=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #2373DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373DA is #DC8C25. Grayscale: #666666. Windows color (decimal): -14453798 or 14316323. OLE color: 14316323.
HSL color Cylindrical-coordinate representation of color #2373DA: hue angle of 213.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2373DA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 115 | 218 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.15 |
| HSL | 213.77º | 0.72% | 0.5% | - |
| HSV(B) | 213.77º | 0.84% | 0.85% | - |
| XYZ | 19.48 | 17.68 | 68.72 | - |
| YUV | 102.82 | 193 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 218 | 0.84 | 0.47 | 0 | 0.15 | 213.77 | 0.72 | 0.5 |
| Hex | 23 | 73 | DA | 54 | 2F | 0 | F | D6 | 48 | 32 |
| Octal | 43 | 163 | 332 | 124 | 57 | 0 | 17 | 326 | 110 | 62 |
| Binary | 100011 | 1110011 | 11011010 | 1010100 | 101111 | 0 | 1111 | 11010110 | 1001000 | 110010 |
Color Harmonies of #2373DA
Complementary color
Monochromatic Colors of #2373DA
Black with #2373DA
Text Example
Text Example
White with #2373DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373DA; }
p { color: rgb(35,115,218); }
H1.HeaderClassName
{
color: #2373DA;
}
.AnyTagClassName
{
color: #2373DA;
}
</style>
background-color css
<style>
a { background-color: #2373DA; }
a { background-color: rgb(35,115,218); }
div.DivClassName
{
background-color: #2373DA;
}
.BgClassName
{
background-color: #2373DA;
}
</style>
border-color css
<style>
span { border-color: #2373DA; }
span { border-color: rgb(35,115,218); }
td.TdClassName
{
border-color: #2373DA;
}
.TagClassName
{
border-color: #2373DA;
}
</style>