Shades of Royal Blue #2153F3
Tints of Royal Blue #2153F3
RGB
CMYK
RGB Variations
Color information
#2153F3 (or 0x2153F3) is known color: Royal Blue. HEX triplet: 21, 53 and F3. RGB value is (33,83,243). Sum of RGB (Red+Green+Blue) = 33+83+243=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #2153F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2153F3 is #DEAC0C. Grayscale: #555555. Windows color (decimal): -14593037 or 15946529. OLE color: 15946529.
HSL color Cylindrical-coordinate representation of color #2153F3: hue angle of 225.71º 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 #2153F3 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 83 | 243 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.05 |
| HSL | 225.71º | 0.9% | 0.54% | - |
| HSV(B) | 225.71º | 0.86% | 0.95% | - |
| XYZ | 19.9 | 12.98 | 86.25 | - |
| YUV | 86.29 | 216.44 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 243 | 0.86 | 0.66 | 0 | 0.05 | 225.71 | 0.9 | 0.54 |
| Hex | 21 | 53 | F3 | 56 | 42 | 0 | 5 | E2 | 5A | 36 |
| Octal | 41 | 123 | 363 | 126 | 102 | 0 | 5 | 342 | 132 | 66 |
| Binary | 100001 | 1010011 | 11110011 | 1010110 | 1000010 | 0 | 101 | 11100010 | 1011010 | 110110 |
Color Harmonies of #2153F3
Complementary color
Monochromatic Colors of #2153F3
Black with #2153F3
Text Example
Text Example
White with #2153F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153F3; }
p { color: rgb(33,83,243); }
H1.HeaderClassName
{
color: #2153F3;
}
.AnyTagClassName
{
color: #2153F3;
}
</style>
background-color css
<style>
a { background-color: #2153F3; }
a { background-color: rgb(33,83,243); }
div.DivClassName
{
background-color: #2153F3;
}
.BgClassName
{
background-color: #2153F3;
}
</style>
border-color css
<style>
span { border-color: #2153F3; }
span { border-color: rgb(33,83,243); }
td.TdClassName
{
border-color: #2153F3;
}
.TagClassName
{
border-color: #2153F3;
}
</style>