Shades of Royal Blue #2152EF
Tints of Royal Blue #2152EF
RGB
CMYK
RGB Variations
Color information
#2152EF (or 0x2152EF) is known color: Royal Blue. HEX triplet: 21, 52 and EF. RGB value is (33,82,239). Sum of RGB (Red+Green+Blue) = 33+82+239=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #2152EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2152EF is #DEAD10. Grayscale: #545454. Windows color (decimal): -14593297 or 15684129. OLE color: 15684129.
HSL color Cylindrical-coordinate representation of color #2152EF: hue angle of 225.73º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2152EF is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 82 | 239 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.06 |
| HSL | 225.73º | 0.87% | 0.53% | - |
| HSV(B) | 225.73º | 0.86% | 0.94% | - |
| XYZ | 19.22 | 12.59 | 83.08 | - |
| YUV | 85.25 | 214.77 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 239 | 0.86 | 0.66 | 0 | 0.06 | 225.73 | 0.87 | 0.53 |
| Hex | 21 | 52 | EF | 56 | 42 | 0 | 6 | E2 | 57 | 35 |
| Octal | 41 | 122 | 357 | 126 | 102 | 0 | 6 | 342 | 127 | 65 |
| Binary | 100001 | 1010010 | 11101111 | 1010110 | 1000010 | 0 | 110 | 11100010 | 1010111 | 110101 |
Color Harmonies of #2152EF
Complementary color
Monochromatic Colors of #2152EF
Black with #2152EF
Text Example
Text Example
White with #2152EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152EF; }
p { color: rgb(33,82,239); }
H1.HeaderClassName
{
color: #2152EF;
}
.AnyTagClassName
{
color: #2152EF;
}
</style>
background-color css
<style>
a { background-color: #2152EF; }
a { background-color: rgb(33,82,239); }
div.DivClassName
{
background-color: #2152EF;
}
.BgClassName
{
background-color: #2152EF;
}
</style>
border-color css
<style>
span { border-color: #2152EF; }
span { border-color: rgb(33,82,239); }
td.TdClassName
{
border-color: #2152EF;
}
.TagClassName
{
border-color: #2152EF;
}
</style>