Shades of Royal Blue #2363ED
Tints of Royal Blue #2363ED
RGB
CMYK
RGB Variations
Color information
#2363ED (or 0x2363ED) is known color: Royal Blue. HEX triplet: 23, 63 and ED. RGB value is (35,99,237). Sum of RGB (Red+Green+Blue) = 35+99+237=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #2363ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2363ED is #DC9C12. Grayscale: #5E5E5E. Windows color (decimal): -14457875 or 15557411. OLE color: 15557411.
HSL color Cylindrical-coordinate representation of color #2363ED: hue angle of 220.99º 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 #2363ED is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 99 | 237 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.07 |
| HSL | 220.99º | 0.85% | 0.53% | - |
| HSV(B) | 220.99º | 0.85% | 0.93% | - |
| XYZ | 20.44 | 15.4 | 82.02 | - |
| YUV | 95.6 | 207.8 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 237 | 0.85 | 0.58 | 0 | 0.07 | 220.99 | 0.85 | 0.53 |
| Hex | 23 | 63 | ED | 55 | 3A | 0 | 7 | DD | 55 | 35 |
| Octal | 43 | 143 | 355 | 125 | 72 | 0 | 7 | 335 | 125 | 65 |
| Binary | 100011 | 1100011 | 11101101 | 1010101 | 111010 | 0 | 111 | 11011101 | 1010101 | 110101 |
Color Harmonies of #2363ED
Complementary color
Monochromatic Colors of #2363ED
Black with #2363ED
Text Example
Text Example
White with #2363ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2363ED; }
p { color: rgb(35,99,237); }
H1.HeaderClassName
{
color: #2363ED;
}
.AnyTagClassName
{
color: #2363ED;
}
</style>
background-color css
<style>
a { background-color: #2363ED; }
a { background-color: rgb(35,99,237); }
div.DivClassName
{
background-color: #2363ED;
}
.BgClassName
{
background-color: #2363ED;
}
</style>
border-color css
<style>
span { border-color: #2363ED; }
span { border-color: rgb(35,99,237); }
td.TdClassName
{
border-color: #2363ED;
}
.TagClassName
{
border-color: #2363ED;
}
</style>