Shades of Royal Blue #2658EE
Tints of Royal Blue #2658EE
RGB
CMYK
RGB Variations
Color information
#2658EE (or 0x2658EE) is known color: Royal Blue. HEX triplet: 26, 58 and EE. RGB value is (38,88,238). Sum of RGB (Red+Green+Blue) = 38+88+238=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #2658EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2658EE is #D9A711. Grayscale: #595959. Windows color (decimal): -14264082 or 15620134. OLE color: 15620134.
HSL color Cylindrical-coordinate representation of color #2658EE: hue angle of 225º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2658EE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 88 | 238 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.07 |
| HSL | 225º | 0.85% | 0.54% | - |
| HSV(B) | 225º | 0.84% | 0.93% | - |
| XYZ | 19.72 | 13.56 | 82.47 | - |
| YUV | 90.15 | 211.44 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 238 | 0.84 | 0.63 | 0 | 0.07 | 225 | 0.85 | 0.54 |
| Hex | 26 | 58 | EE | 54 | 3F | 0 | 7 | E1 | 55 | 36 |
| Octal | 46 | 130 | 356 | 124 | 77 | 0 | 7 | 341 | 125 | 66 |
| Binary | 100110 | 1011000 | 11101110 | 1010100 | 111111 | 0 | 111 | 11100001 | 1010101 | 110110 |
Color Harmonies of #2658EE
Complementary color
Monochromatic Colors of #2658EE
Black with #2658EE
Text Example
Text Example
White with #2658EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658EE; }
p { color: rgb(38,88,238); }
H1.HeaderClassName
{
color: #2658EE;
}
.AnyTagClassName
{
color: #2658EE;
}
</style>
background-color css
<style>
a { background-color: #2658EE; }
a { background-color: rgb(38,88,238); }
div.DivClassName
{
background-color: #2658EE;
}
.BgClassName
{
background-color: #2658EE;
}
</style>
border-color css
<style>
span { border-color: #2658EE; }
span { border-color: rgb(38,88,238); }
td.TdClassName
{
border-color: #2658EE;
}
.TagClassName
{
border-color: #2658EE;
}
</style>