Shades of Royal Blue #2051F3
Tints of Royal Blue #2051F3
RGB
CMYK
RGB Variations
Color information
#2051F3 (or 0x2051F3) is known color: Royal Blue. HEX triplet: 20, 51 and F3. RGB value is (32,81,243). Sum of RGB (Red+Green+Blue) = 32+81+243=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #2051F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2051F3 is #DFAE0C. Grayscale: #545454. Windows color (decimal): -14659085 or 15946016. OLE color: 15946016.
HSL color Cylindrical-coordinate representation of color #2051F3: hue angle of 226.07º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2051F3 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 81 | 243 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.05 |
| HSL | 226.07º | 0.9% | 0.54% | - |
| HSV(B) | 226.07º | 0.87% | 0.95% | - |
| XYZ | 19.72 | 12.66 | 86.2 | - |
| YUV | 84.82 | 217.27 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 243 | 0.87 | 0.67 | 0 | 0.05 | 226.07 | 0.9 | 0.54 |
| Hex | 20 | 51 | F3 | 57 | 43 | 0 | 5 | E2 | 5A | 36 |
| Octal | 40 | 121 | 363 | 127 | 103 | 0 | 5 | 342 | 132 | 66 |
| Binary | 100000 | 1010001 | 11110011 | 1010111 | 1000011 | 0 | 101 | 11100010 | 1011010 | 110110 |
Color Harmonies of #2051F3
Complementary color
Monochromatic Colors of #2051F3
Black with #2051F3
Text Example
Text Example
White with #2051F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051F3; }
p { color: rgb(32,81,243); }
H1.HeaderClassName
{
color: #2051F3;
}
.AnyTagClassName
{
color: #2051F3;
}
</style>
background-color css
<style>
a { background-color: #2051F3; }
a { background-color: rgb(32,81,243); }
div.DivClassName
{
background-color: #2051F3;
}
.BgClassName
{
background-color: #2051F3;
}
</style>
border-color css
<style>
span { border-color: #2051F3; }
span { border-color: rgb(32,81,243); }
td.TdClassName
{
border-color: #2051F3;
}
.TagClassName
{
border-color: #2051F3;
}
</style>