Shades of Royal Blue #2648EC
Tints of Royal Blue #2648EC
RGB
CMYK
RGB Variations
Color information
#2648EC (or 0x2648EC) is known color: Royal Blue. HEX triplet: 26, 48 and EC. RGB value is (38,72,236). Sum of RGB (Red+Green+Blue) = 38+72+236=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #2648EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2648EC is #D9B713. Grayscale: #4F4F4F. Windows color (decimal): -14268180 or 15484966. OLE color: 15484966.
HSL color Cylindrical-coordinate representation of color #2648EC: hue angle of 229.7º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2648EC is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 72 | 236 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.07 |
| HSL | 229.7º | 0.84% | 0.54% | - |
| HSV(B) | 229.7º | 0.84% | 0.93% | - |
| XYZ | 18.26 | 11.1 | 80.54 | - |
| YUV | 80.53 | 215.74 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 236 | 0.84 | 0.69 | 0 | 0.07 | 229.7 | 0.84 | 0.54 |
| Hex | 26 | 48 | EC | 54 | 45 | 0 | 7 | E6 | 54 | 36 |
| Octal | 46 | 110 | 354 | 124 | 105 | 0 | 7 | 346 | 124 | 66 |
| Binary | 100110 | 1001000 | 11101100 | 1010100 | 1000101 | 0 | 111 | 11100110 | 1010100 | 110110 |
Color Harmonies of #2648EC
Complementary color
Monochromatic Colors of #2648EC
Black with #2648EC
Text Example
Text Example
White with #2648EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2648EC; }
p { color: rgb(38,72,236); }
H1.HeaderClassName
{
color: #2648EC;
}
.AnyTagClassName
{
color: #2648EC;
}
</style>
background-color css
<style>
a { background-color: #2648EC; }
a { background-color: rgb(38,72,236); }
div.DivClassName
{
background-color: #2648EC;
}
.BgClassName
{
background-color: #2648EC;
}
</style>
border-color css
<style>
span { border-color: #2648EC; }
span { border-color: rgb(38,72,236); }
td.TdClassName
{
border-color: #2648EC;
}
.TagClassName
{
border-color: #2648EC;
}
</style>