Shades of Royal Blue #2360ED
Tints of Royal Blue #2360ED
RGB
CMYK
RGB Variations
Color information
#2360ED (or 0x2360ED) is known color: Royal Blue. HEX triplet: 23, 60 and ED. RGB value is (35,96,237). Sum of RGB (Red+Green+Blue) = 35+96+237=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #2360ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2360ED is #DC9F12. Grayscale: #5D5D5D. Windows color (decimal): -14458643 or 15556643. OLE color: 15556643.
HSL color Cylindrical-coordinate representation of color #2360ED: hue angle of 221.88º 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 #2360ED is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 96 | 237 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.07 |
| HSL | 221.88º | 0.85% | 0.53% | - |
| HSV(B) | 221.88º | 0.85% | 0.93% | - |
| XYZ | 20.16 | 14.84 | 81.92 | - |
| YUV | 93.84 | 208.79 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 237 | 0.85 | 0.59 | 0 | 0.07 | 221.88 | 0.85 | 0.53 |
| Hex | 23 | 60 | ED | 55 | 3B | 0 | 7 | DE | 55 | 35 |
| Octal | 43 | 140 | 355 | 125 | 73 | 0 | 7 | 336 | 125 | 65 |
| Binary | 100011 | 1100000 | 11101101 | 1010101 | 111011 | 0 | 111 | 11011110 | 1010101 | 110101 |
Color Harmonies of #2360ED
Complementary color
Monochromatic Colors of #2360ED
Black with #2360ED
Text Example
Text Example
White with #2360ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360ED; }
p { color: rgb(35,96,237); }
H1.HeaderClassName
{
color: #2360ED;
}
.AnyTagClassName
{
color: #2360ED;
}
</style>
background-color css
<style>
a { background-color: #2360ED; }
a { background-color: rgb(35,96,237); }
div.DivClassName
{
background-color: #2360ED;
}
.BgClassName
{
background-color: #2360ED;
}
</style>
border-color css
<style>
span { border-color: #2360ED; }
span { border-color: rgb(35,96,237); }
td.TdClassName
{
border-color: #2360ED;
}
.TagClassName
{
border-color: #2360ED;
}
</style>