Shades of Royal Blue #2749E9
Tints of Royal Blue #2749E9
RGB
CMYK
RGB Variations
Color information
#2749E9 (or 0x2749E9) is known color: Royal Blue. HEX triplet: 27, 49 and E9. RGB value is (39,73,233). Sum of RGB (Red+Green+Blue) = 39+73+233=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #2749E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2749E9 is #D8B616. Grayscale: #505050. Windows color (decimal): -14202391 or 15288615. OLE color: 15288615.
HSL color Cylindrical-coordinate representation of color #2749E9: hue angle of 229.48º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2749E9 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 73 | 233 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.09 |
| HSL | 229.48º | 0.82% | 0.53% | - |
| HSV(B) | 229.48º | 0.83% | 0.91% | - |
| XYZ | 17.93 | 11.08 | 78.28 | - |
| YUV | 81.07 | 213.74 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 233 | 0.83 | 0.69 | 0 | 0.09 | 229.48 | 0.82 | 0.53 |
| Hex | 27 | 49 | E9 | 53 | 45 | 0 | 9 | E5 | 52 | 35 |
| Octal | 47 | 111 | 351 | 123 | 105 | 0 | 11 | 345 | 122 | 65 |
| Binary | 100111 | 1001001 | 11101001 | 1010011 | 1000101 | 0 | 1001 | 11100101 | 1010010 | 110101 |
Color Harmonies of #2749E9
Complementary color
Monochromatic Colors of #2749E9
Black with #2749E9
Text Example
Text Example
White with #2749E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749E9; }
p { color: rgb(39,73,233); }
H1.HeaderClassName
{
color: #2749E9;
}
.AnyTagClassName
{
color: #2749E9;
}
</style>
background-color css
<style>
a { background-color: #2749E9; }
a { background-color: rgb(39,73,233); }
div.DivClassName
{
background-color: #2749E9;
}
.BgClassName
{
background-color: #2749E9;
}
</style>
border-color css
<style>
span { border-color: #2749E9; }
span { border-color: rgb(39,73,233); }
td.TdClassName
{
border-color: #2749E9;
}
.TagClassName
{
border-color: #2749E9;
}
</style>