Shades of Royal Blue #2358EE
Tints of Royal Blue #2358EE
RGB
CMYK
RGB Variations
Color information
#2358EE (or 0x2358EE) is known color: Royal Blue. HEX triplet: 23, 58 and EE. RGB value is (35,88,238). Sum of RGB (Red+Green+Blue) = 35+88+238=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #2358EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2358EE is #DCA711. Grayscale: #585858. Windows color (decimal): -14460690 or 15620131. OLE color: 15620131.
HSL color Cylindrical-coordinate representation of color #2358EE: hue angle of 224.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2358EE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 88 | 238 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.07 |
| HSL | 224.34º | 0.86% | 0.54% | - |
| HSV(B) | 224.34º | 0.85% | 0.93% | - |
| XYZ | 19.62 | 13.51 | 82.46 | - |
| YUV | 89.25 | 211.94 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 238 | 0.85 | 0.63 | 0 | 0.07 | 224.34 | 0.86 | 0.54 |
| Hex | 23 | 58 | EE | 55 | 3F | 0 | 7 | E0 | 56 | 36 |
| Octal | 43 | 130 | 356 | 125 | 77 | 0 | 7 | 340 | 126 | 66 |
| Binary | 100011 | 1011000 | 11101110 | 1010101 | 111111 | 0 | 111 | 11100000 | 1010110 | 110110 |
Color Harmonies of #2358EE
Complementary color
Monochromatic Colors of #2358EE
Black with #2358EE
Text Example
Text Example
White with #2358EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2358EE; }
p { color: rgb(35,88,238); }
H1.HeaderClassName
{
color: #2358EE;
}
.AnyTagClassName
{
color: #2358EE;
}
</style>
background-color css
<style>
a { background-color: #2358EE; }
a { background-color: rgb(35,88,238); }
div.DivClassName
{
background-color: #2358EE;
}
.BgClassName
{
background-color: #2358EE;
}
</style>
border-color css
<style>
span { border-color: #2358EE; }
span { border-color: rgb(35,88,238); }
td.TdClassName
{
border-color: #2358EE;
}
.TagClassName
{
border-color: #2358EE;
}
</style>