Shades of Royal Blue #2352ED
Tints of Royal Blue #2352ED
RGB
CMYK
RGB Variations
Color information
#2352ED (or 0x2352ED) is known color: Royal Blue. HEX triplet: 23, 52 and ED. RGB value is (35,82,237). Sum of RGB (Red+Green+Blue) = 35+82+237=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #2352ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2352ED is #DCAD12. Grayscale: #545454. Windows color (decimal): -14462227 or 15553059. OLE color: 15553059.
HSL color Cylindrical-coordinate representation of color #2352ED: hue angle of 226.04º 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 #2352ED is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 82 | 237 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.07 |
| HSL | 226.04º | 0.85% | 0.53% | - |
| HSV(B) | 226.04º | 0.85% | 0.93% | - |
| XYZ | 19 | 12.51 | 81.53 | - |
| YUV | 85.62 | 213.43 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 237 | 0.85 | 0.65 | 0 | 0.07 | 226.04 | 0.85 | 0.53 |
| Hex | 23 | 52 | ED | 55 | 41 | 0 | 7 | E2 | 55 | 35 |
| Octal | 43 | 122 | 355 | 125 | 101 | 0 | 7 | 342 | 125 | 65 |
| Binary | 100011 | 1010010 | 11101101 | 1010101 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110101 |
Color Harmonies of #2352ED
Complementary color
Monochromatic Colors of #2352ED
Black with #2352ED
Text Example
Text Example
White with #2352ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352ED; }
p { color: rgb(35,82,237); }
H1.HeaderClassName
{
color: #2352ED;
}
.AnyTagClassName
{
color: #2352ED;
}
</style>
background-color css
<style>
a { background-color: #2352ED; }
a { background-color: rgb(35,82,237); }
div.DivClassName
{
background-color: #2352ED;
}
.BgClassName
{
background-color: #2352ED;
}
</style>
border-color css
<style>
span { border-color: #2352ED; }
span { border-color: rgb(35,82,237); }
td.TdClassName
{
border-color: #2352ED;
}
.TagClassName
{
border-color: #2352ED;
}
</style>