Shades of Royal Blue #2355EE
Tints of Royal Blue #2355EE
RGB
CMYK
RGB Variations
Color information
#2355EE (or 0x2355EE) is known color: Royal Blue. HEX triplet: 23, 55 and EE. RGB value is (35,85,238). Sum of RGB (Red+Green+Blue) = 35+85+238=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #2355EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2355EE is #DCAA11. Grayscale: #565656. Windows color (decimal): -14461458 or 15619363. OLE color: 15619363.
HSL color Cylindrical-coordinate representation of color #2355EE: hue angle of 225.22º 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 #2355EE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 85 | 238 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.07 |
| HSL | 225.22º | 0.86% | 0.54% | - |
| HSV(B) | 225.22º | 0.85% | 0.93% | - |
| XYZ | 19.37 | 13.03 | 82.38 | - |
| YUV | 87.49 | 212.94 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 238 | 0.85 | 0.64 | 0 | 0.07 | 225.22 | 0.86 | 0.54 |
| Hex | 23 | 55 | EE | 55 | 40 | 0 | 7 | E1 | 56 | 36 |
| Octal | 43 | 125 | 356 | 125 | 100 | 0 | 7 | 341 | 126 | 66 |
| Binary | 100011 | 1010101 | 11101110 | 1010101 | 1000000 | 0 | 111 | 11100001 | 1010110 | 110110 |
Color Harmonies of #2355EE
Complementary color
Monochromatic Colors of #2355EE
Black with #2355EE
Text Example
Text Example
White with #2355EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2355EE; }
p { color: rgb(35,85,238); }
H1.HeaderClassName
{
color: #2355EE;
}
.AnyTagClassName
{
color: #2355EE;
}
</style>
background-color css
<style>
a { background-color: #2355EE; }
a { background-color: rgb(35,85,238); }
div.DivClassName
{
background-color: #2355EE;
}
.BgClassName
{
background-color: #2355EE;
}
</style>
border-color css
<style>
span { border-color: #2355EE; }
span { border-color: rgb(35,85,238); }
td.TdClassName
{
border-color: #2355EE;
}
.TagClassName
{
border-color: #2355EE;
}
</style>