Shades of Royal Blue #2350ED
Tints of Royal Blue #2350ED
RGB
CMYK
RGB Variations
Color information
#2350ED (or 0x2350ED) is known color: Royal Blue. HEX triplet: 23, 50 and ED. RGB value is (35,80,237). Sum of RGB (Red+Green+Blue) = 35+80+237=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #2350ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2350ED is #DCAF12. Grayscale: #535353. Windows color (decimal): -14462739 or 15552547. OLE color: 15552547.
HSL color Cylindrical-coordinate representation of color #2350ED: hue angle of 226.63º 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 #2350ED is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 80 | 237 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.07 |
| HSL | 226.63º | 0.85% | 0.53% | - |
| HSV(B) | 226.63º | 0.85% | 0.93% | - |
| XYZ | 18.85 | 12.21 | 81.48 | - |
| YUV | 84.44 | 214.09 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 237 | 0.85 | 0.66 | 0 | 0.07 | 226.63 | 0.85 | 0.53 |
| Hex | 23 | 50 | ED | 55 | 42 | 0 | 7 | E3 | 55 | 35 |
| Octal | 43 | 120 | 355 | 125 | 102 | 0 | 7 | 343 | 125 | 65 |
| Binary | 100011 | 1010000 | 11101101 | 1010101 | 1000010 | 0 | 111 | 11100011 | 1010101 | 110101 |
Color Harmonies of #2350ED
Complementary color
Monochromatic Colors of #2350ED
Black with #2350ED
Text Example
Text Example
White with #2350ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350ED; }
p { color: rgb(35,80,237); }
H1.HeaderClassName
{
color: #2350ED;
}
.AnyTagClassName
{
color: #2350ED;
}
</style>
background-color css
<style>
a { background-color: #2350ED; }
a { background-color: rgb(35,80,237); }
div.DivClassName
{
background-color: #2350ED;
}
.BgClassName
{
background-color: #2350ED;
}
</style>
border-color css
<style>
span { border-color: #2350ED; }
span { border-color: rgb(35,80,237); }
td.TdClassName
{
border-color: #2350ED;
}
.TagClassName
{
border-color: #2350ED;
}
</style>