Shades of Royal Blue #2372D9
Tints of Royal Blue #2372D9
RGB
CMYK
RGB Variations
Color information
#2372D9 (or 0x2372D9) is known color: Royal Blue. HEX triplet: 23, 72 and D9. RGB value is (35,114,217). Sum of RGB (Red+Green+Blue) = 35+114+217=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 217 (85.16% from 255 or 59.29% from 366); Max value from RGB is 217 - color contains mainly: blue. Hex color #2372D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2372D9 is #DC8D26. Grayscale: #656565. Windows color (decimal): -14454055 or 14250531. OLE color: 14250531.
HSL color Cylindrical-coordinate representation of color #2372D9: hue angle of 213.96º 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 #2372D9 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 114 | 217 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.15 |
| HSL | 213.96º | 0.72% | 0.49% | - |
| HSV(B) | 213.96º | 0.84% | 0.85% | - |
| XYZ | 19.23 | 17.4 | 67.99 | - |
| YUV | 102.12 | 192.83 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 217 | 0.84 | 0.47 | 0 | 0.15 | 213.96 | 0.72 | 0.49 |
| Hex | 23 | 72 | D9 | 54 | 2F | 0 | F | D6 | 48 | 31 |
| Octal | 43 | 162 | 331 | 124 | 57 | 0 | 17 | 326 | 110 | 61 |
| Binary | 100011 | 1110010 | 11011001 | 1010100 | 101111 | 0 | 1111 | 11010110 | 1001000 | 110001 |
Color Harmonies of #2372D9
Complementary color
Monochromatic Colors of #2372D9
Black with #2372D9
Text Example
Text Example
White with #2372D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2372D9; }
p { color: rgb(35,114,217); }
H1.HeaderClassName
{
color: #2372D9;
}
.AnyTagClassName
{
color: #2372D9;
}
</style>
background-color css
<style>
a { background-color: #2372D9; }
a { background-color: rgb(35,114,217); }
div.DivClassName
{
background-color: #2372D9;
}
.BgClassName
{
background-color: #2372D9;
}
</style>
border-color css
<style>
span { border-color: #2372D9; }
span { border-color: rgb(35,114,217); }
td.TdClassName
{
border-color: #2372D9;
}
.TagClassName
{
border-color: #2372D9;
}
</style>