Shades of Royal Blue #2356EA
Tints of Royal Blue #2356EA
RGB
CMYK
RGB Variations
Color information
#2356EA (or 0x2356EA) is known color: Royal Blue. HEX triplet: 23, 56 and EA. RGB value is (35,86,234). Sum of RGB (Red+Green+Blue) = 35+86+234=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #2356EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2356EA is #DCA915. Grayscale: #565656. Windows color (decimal): -14461206 or 15357475. OLE color: 15357475.
HSL color Cylindrical-coordinate representation of color #2356EA: hue angle of 224.62º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2356EA is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 86 | 234 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.08 |
| HSL | 224.62º | 0.83% | 0.53% | - |
| HSV(B) | 224.62º | 0.85% | 0.92% | - |
| XYZ | 18.87 | 12.95 | 79.35 | - |
| YUV | 87.62 | 210.6 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 234 | 0.85 | 0.63 | 0 | 0.08 | 224.62 | 0.83 | 0.53 |
| Hex | 23 | 56 | EA | 55 | 3F | 0 | 8 | E1 | 53 | 35 |
| Octal | 43 | 126 | 352 | 125 | 77 | 0 | 10 | 341 | 123 | 65 |
| Binary | 100011 | 1010110 | 11101010 | 1010101 | 111111 | 0 | 1000 | 11100001 | 1010011 | 110101 |
Color Harmonies of #2356EA
Complementary color
Monochromatic Colors of #2356EA
Black with #2356EA
Text Example
Text Example
White with #2356EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2356EA; }
p { color: rgb(35,86,234); }
H1.HeaderClassName
{
color: #2356EA;
}
.AnyTagClassName
{
color: #2356EA;
}
</style>
background-color css
<style>
a { background-color: #2356EA; }
a { background-color: rgb(35,86,234); }
div.DivClassName
{
background-color: #2356EA;
}
.BgClassName
{
background-color: #2356EA;
}
</style>
border-color css
<style>
span { border-color: #2356EA; }
span { border-color: rgb(35,86,234); }
td.TdClassName
{
border-color: #2356EA;
}
.TagClassName
{
border-color: #2356EA;
}
</style>