Shades of Royal Blue #2748EC
Tints of Royal Blue #2748EC
RGB
CMYK
RGB Variations
Color information
#2748EC (or 0x2748EC) is known color: Royal Blue. HEX triplet: 27, 48 and EC. RGB value is (39,72,236). Sum of RGB (Red+Green+Blue) = 39+72+236=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #2748EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2748EC is #D8B713. Grayscale: #505050. Windows color (decimal): -14202644 or 15484967. OLE color: 15484967.
HSL color Cylindrical-coordinate representation of color #2748EC: hue angle of 229.95º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2748EC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 72 | 236 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.07 |
| HSL | 229.95º | 0.84% | 0.54% | - |
| HSV(B) | 229.95º | 0.83% | 0.93% | - |
| XYZ | 18.29 | 11.12 | 80.54 | - |
| YUV | 80.83 | 215.57 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 236 | 0.83 | 0.69 | 0 | 0.07 | 229.95 | 0.84 | 0.54 |
| Hex | 27 | 48 | EC | 53 | 45 | 0 | 7 | E6 | 54 | 36 |
| Octal | 47 | 110 | 354 | 123 | 105 | 0 | 7 | 346 | 124 | 66 |
| Binary | 100111 | 1001000 | 11101100 | 1010011 | 1000101 | 0 | 111 | 11100110 | 1010100 | 110110 |
Color Harmonies of #2748EC
Complementary color
Monochromatic Colors of #2748EC
Black with #2748EC
Text Example
Text Example
White with #2748EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748EC; }
p { color: rgb(39,72,236); }
H1.HeaderClassName
{
color: #2748EC;
}
.AnyTagClassName
{
color: #2748EC;
}
</style>
background-color css
<style>
a { background-color: #2748EC; }
a { background-color: rgb(39,72,236); }
div.DivClassName
{
background-color: #2748EC;
}
.BgClassName
{
background-color: #2748EC;
}
</style>
border-color css
<style>
span { border-color: #2748EC; }
span { border-color: rgb(39,72,236); }
td.TdClassName
{
border-color: #2748EC;
}
.TagClassName
{
border-color: #2748EC;
}
</style>