Shades of Royal Blue #2148EC
Tints of Royal Blue #2148EC
RGB
CMYK
RGB Variations
Color information
#2148EC (or 0x2148EC) is known color: Royal Blue. HEX triplet: 21, 48 and EC. RGB value is (33,72,236). Sum of RGB (Red+Green+Blue) = 33+72+236=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #2148EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2148EC is #DEB713. Grayscale: #4E4E4E. Windows color (decimal): -14595860 or 15484961. OLE color: 15484961.
HSL color Cylindrical-coordinate representation of color #2148EC: hue angle of 228.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2148EC is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 72 | 236 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.07 |
| HSL | 228.47º | 0.84% | 0.53% | - |
| HSV(B) | 228.47º | 0.86% | 0.93% | - |
| XYZ | 18.08 | 11.01 | 80.53 | - |
| YUV | 79.04 | 216.58 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 236 | 0.86 | 0.69 | 0 | 0.07 | 228.47 | 0.84 | 0.53 |
| Hex | 21 | 48 | EC | 56 | 45 | 0 | 7 | E4 | 54 | 35 |
| Octal | 41 | 110 | 354 | 126 | 105 | 0 | 7 | 344 | 124 | 65 |
| Binary | 100001 | 1001000 | 11101100 | 1010110 | 1000101 | 0 | 111 | 11100100 | 1010100 | 110101 |
Color Harmonies of #2148EC
Complementary color
Monochromatic Colors of #2148EC
Black with #2148EC
Text Example
Text Example
White with #2148EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2148EC; }
p { color: rgb(33,72,236); }
H1.HeaderClassName
{
color: #2148EC;
}
.AnyTagClassName
{
color: #2148EC;
}
</style>
background-color css
<style>
a { background-color: #2148EC; }
a { background-color: rgb(33,72,236); }
div.DivClassName
{
background-color: #2148EC;
}
.BgClassName
{
background-color: #2148EC;
}
</style>
border-color css
<style>
span { border-color: #2148EC; }
span { border-color: rgb(33,72,236); }
td.TdClassName
{
border-color: #2148EC;
}
.TagClassName
{
border-color: #2148EC;
}
</style>