Shades of Royal Blue #2359ED
Tints of Royal Blue #2359ED
RGB
CMYK
RGB Variations
Color information
#2359ED (or 0x2359ED) is known color: Royal Blue. HEX triplet: 23, 59 and ED. RGB value is (35,89,237). Sum of RGB (Red+Green+Blue) = 35+89+237=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #2359ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2359ED is #DCA612. Grayscale: #595959. Windows color (decimal): -14460435 or 15554851. OLE color: 15554851.
HSL color Cylindrical-coordinate representation of color #2359ED: hue angle of 223.96º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2359ED is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 89 | 237 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.07 |
| HSL | 223.96º | 0.85% | 0.53% | - |
| HSV(B) | 223.96º | 0.85% | 0.93% | - |
| XYZ | 19.55 | 13.62 | 81.72 | - |
| YUV | 89.73 | 211.11 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 237 | 0.85 | 0.62 | 0 | 0.07 | 223.96 | 0.85 | 0.53 |
| Hex | 23 | 59 | ED | 55 | 3E | 0 | 7 | E0 | 55 | 35 |
| Octal | 43 | 131 | 355 | 125 | 76 | 0 | 7 | 340 | 125 | 65 |
| Binary | 100011 | 1011001 | 11101101 | 1010101 | 111110 | 0 | 111 | 11100000 | 1010101 | 110101 |
Color Harmonies of #2359ED
Complementary color
Monochromatic Colors of #2359ED
Black with #2359ED
Text Example
Text Example
White with #2359ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359ED; }
p { color: rgb(35,89,237); }
H1.HeaderClassName
{
color: #2359ED;
}
.AnyTagClassName
{
color: #2359ED;
}
</style>
background-color css
<style>
a { background-color: #2359ED; }
a { background-color: rgb(35,89,237); }
div.DivClassName
{
background-color: #2359ED;
}
.BgClassName
{
background-color: #2359ED;
}
</style>
border-color css
<style>
span { border-color: #2359ED; }
span { border-color: rgb(35,89,237); }
td.TdClassName
{
border-color: #2359ED;
}
.TagClassName
{
border-color: #2359ED;
}
</style>