Shades of Royal Blue #2356EC
Tints of Royal Blue #2356EC
RGB
CMYK
RGB Variations
Color information
#2356EC (or 0x2356EC) is known color: Royal Blue. HEX triplet: 23, 56 and EC. RGB value is (35,86,236). Sum of RGB (Red+Green+Blue) = 35+86+236=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #2356EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2356EC is #DCA913. Grayscale: #575757. Windows color (decimal): -14461204 or 15488547. OLE color: 15488547.
HSL color Cylindrical-coordinate representation of color #2356EC: hue angle of 224.78º degrees, saturation: 0.84, 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 #2356EC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 86 | 236 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.07 |
| HSL | 224.78º | 0.84% | 0.53% | - |
| HSV(B) | 224.78º | 0.85% | 0.93% | - |
| XYZ | 19.16 | 13.07 | 80.87 | - |
| YUV | 87.85 | 211.6 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 236 | 0.85 | 0.64 | 0 | 0.07 | 224.78 | 0.84 | 0.53 |
| Hex | 23 | 56 | EC | 55 | 40 | 0 | 7 | E1 | 54 | 35 |
| Octal | 43 | 126 | 354 | 125 | 100 | 0 | 7 | 341 | 124 | 65 |
| Binary | 100011 | 1010110 | 11101100 | 1010101 | 1000000 | 0 | 111 | 11100001 | 1010100 | 110101 |
Color Harmonies of #2356EC
Complementary color
Monochromatic Colors of #2356EC
Black with #2356EC
Text Example
Text Example
White with #2356EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2356EC; }
p { color: rgb(35,86,236); }
H1.HeaderClassName
{
color: #2356EC;
}
.AnyTagClassName
{
color: #2356EC;
}
</style>
background-color css
<style>
a { background-color: #2356EC; }
a { background-color: rgb(35,86,236); }
div.DivClassName
{
background-color: #2356EC;
}
.BgClassName
{
background-color: #2356EC;
}
</style>
border-color css
<style>
span { border-color: #2356EC; }
span { border-color: rgb(35,86,236); }
td.TdClassName
{
border-color: #2356EC;
}
.TagClassName
{
border-color: #2356EC;
}
</style>