Shades of Royal Blue #2152F3
Tints of Royal Blue #2152F3
RGB
CMYK
RGB Variations
Color information
#2152F3 (or 0x2152F3) is known color: Royal Blue. HEX triplet: 21, 52 and F3. RGB value is (33,82,243). Sum of RGB (Red+Green+Blue) = 33+82+243=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #2152F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2152F3 is #DEAD0C. Grayscale: #555555. Windows color (decimal): -14593293 or 15946273. OLE color: 15946273.
HSL color Cylindrical-coordinate representation of color #2152F3: hue angle of 226º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2152F3 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 82 | 243 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.05 |
| HSL | 226º | 0.9% | 0.54% | - |
| HSV(B) | 226º | 0.86% | 0.95% | - |
| XYZ | 19.82 | 12.83 | 86.23 | - |
| YUV | 85.7 | 216.77 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 243 | 0.86 | 0.66 | 0 | 0.05 | 226 | 0.9 | 0.54 |
| Hex | 21 | 52 | F3 | 56 | 42 | 0 | 5 | E2 | 5A | 36 |
| Octal | 41 | 122 | 363 | 126 | 102 | 0 | 5 | 342 | 132 | 66 |
| Binary | 100001 | 1010010 | 11110011 | 1010110 | 1000010 | 0 | 101 | 11100010 | 1011010 | 110110 |
Color Harmonies of #2152F3
Complementary color
Monochromatic Colors of #2152F3
Black with #2152F3
Text Example
Text Example
White with #2152F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152F3; }
p { color: rgb(33,82,243); }
H1.HeaderClassName
{
color: #2152F3;
}
.AnyTagClassName
{
color: #2152F3;
}
</style>
background-color css
<style>
a { background-color: #2152F3; }
a { background-color: rgb(33,82,243); }
div.DivClassName
{
background-color: #2152F3;
}
.BgClassName
{
background-color: #2152F3;
}
</style>
border-color css
<style>
span { border-color: #2152F3; }
span { border-color: rgb(33,82,243); }
td.TdClassName
{
border-color: #2152F3;
}
.TagClassName
{
border-color: #2152F3;
}
</style>