Shades of Royal Blue #2259EC
Tints of Royal Blue #2259EC
RGB
CMYK
RGB Variations
Color information
#2259EC (or 0x2259EC) is known color: Royal Blue. HEX triplet: 22, 59 and EC. RGB value is (34,89,236). Sum of RGB (Red+Green+Blue) = 34+89+236=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #2259EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2259EC is #DDA613. Grayscale: #585858. Windows color (decimal): -14525972 or 15489314. OLE color: 15489314.
HSL color Cylindrical-coordinate representation of color #2259EC: hue angle of 223.66º 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 #2259EC is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 89 | 236 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.07 |
| HSL | 223.66º | 0.84% | 0.53% | - |
| HSV(B) | 223.66º | 0.86% | 0.93% | - |
| XYZ | 19.37 | 13.54 | 80.95 | - |
| YUV | 89.31 | 210.78 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 236 | 0.86 | 0.62 | 0 | 0.07 | 223.66 | 0.84 | 0.53 |
| Hex | 22 | 59 | EC | 56 | 3E | 0 | 7 | E0 | 54 | 35 |
| Octal | 42 | 131 | 354 | 126 | 76 | 0 | 7 | 340 | 124 | 65 |
| Binary | 100010 | 1011001 | 11101100 | 1010110 | 111110 | 0 | 111 | 11100000 | 1010100 | 110101 |
Color Harmonies of #2259EC
Complementary color
Monochromatic Colors of #2259EC
Black with #2259EC
Text Example
Text Example
White with #2259EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2259EC; }
p { color: rgb(34,89,236); }
H1.HeaderClassName
{
color: #2259EC;
}
.AnyTagClassName
{
color: #2259EC;
}
</style>
background-color css
<style>
a { background-color: #2259EC; }
a { background-color: rgb(34,89,236); }
div.DivClassName
{
background-color: #2259EC;
}
.BgClassName
{
background-color: #2259EC;
}
</style>
border-color css
<style>
span { border-color: #2259EC; }
span { border-color: rgb(34,89,236); }
td.TdClassName
{
border-color: #2259EC;
}
.TagClassName
{
border-color: #2259EC;
}
</style>