Shades of Royal Blue #2259ED
Tints of Royal Blue #2259ED
RGB
CMYK
RGB Variations
Color information
#2259ED (or 0x2259ED) is known color: Royal Blue. HEX triplet: 22, 59 and ED. RGB value is (34,89,237). Sum of RGB (Red+Green+Blue) = 34+89+237=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #2259ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2259ED is #DDA612. Grayscale: #585858. Windows color (decimal): -14525971 or 15554850. OLE color: 15554850.
HSL color Cylindrical-coordinate representation of color #2259ED: hue angle of 223.74º degrees, saturation: 0.85, 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 #2259ED is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 89 | 237 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.07 |
| HSL | 223.74º | 0.85% | 0.53% | - |
| HSV(B) | 223.74º | 0.86% | 0.93% | - |
| XYZ | 19.52 | 13.6 | 81.72 | - |
| YUV | 89.43 | 211.28 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 237 | 0.86 | 0.62 | 0 | 0.07 | 223.74 | 0.85 | 0.53 |
| Hex | 22 | 59 | ED | 56 | 3E | 0 | 7 | E0 | 55 | 35 |
| Octal | 42 | 131 | 355 | 126 | 76 | 0 | 7 | 340 | 125 | 65 |
| Binary | 100010 | 1011001 | 11101101 | 1010110 | 111110 | 0 | 111 | 11100000 | 1010101 | 110101 |
Color Harmonies of #2259ED
Complementary color
Monochromatic Colors of #2259ED
Black with #2259ED
Text Example
Text Example
White with #2259ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2259ED; }
p { color: rgb(34,89,237); }
H1.HeaderClassName
{
color: #2259ED;
}
.AnyTagClassName
{
color: #2259ED;
}
</style>
background-color css
<style>
a { background-color: #2259ED; }
a { background-color: rgb(34,89,237); }
div.DivClassName
{
background-color: #2259ED;
}
.BgClassName
{
background-color: #2259ED;
}
</style>
border-color css
<style>
span { border-color: #2259ED; }
span { border-color: rgb(34,89,237); }
td.TdClassName
{
border-color: #2259ED;
}
.TagClassName
{
border-color: #2259ED;
}
</style>