Shades of Royal Blue #2758EE
Tints of Royal Blue #2758EE
RGB
CMYK
RGB Variations
Color information
#2758EE (or 0x2758EE) is known color: Royal Blue. HEX triplet: 27, 58 and EE. RGB value is (39,88,238). Sum of RGB (Red+Green+Blue) = 39+88+238=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #2758EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2758EE is #D8A711. Grayscale: #595959. Windows color (decimal): -14198546 or 15620135. OLE color: 15620135.
HSL color Cylindrical-coordinate representation of color #2758EE: hue angle of 225.23º 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 #2758EE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 88 | 238 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.07 |
| HSL | 225.23º | 0.85% | 0.54% | - |
| HSV(B) | 225.23º | 0.84% | 0.93% | - |
| XYZ | 19.76 | 13.58 | 82.47 | - |
| YUV | 90.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 238 | 0.84 | 0.63 | 0 | 0.07 | 225.23 | 0.85 | 0.54 |
| Hex | 27 | 58 | EE | 54 | 3F | 0 | 7 | E1 | 55 | 36 |
| Octal | 47 | 130 | 356 | 124 | 77 | 0 | 7 | 341 | 125 | 66 |
| Binary | 100111 | 1011000 | 11101110 | 1010100 | 111111 | 0 | 111 | 11100001 | 1010101 | 110110 |
Color Harmonies of #2758EE
Complementary color
Monochromatic Colors of #2758EE
Black with #2758EE
Text Example
Text Example
White with #2758EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2758EE; }
p { color: rgb(39,88,238); }
H1.HeaderClassName
{
color: #2758EE;
}
.AnyTagClassName
{
color: #2758EE;
}
</style>
background-color css
<style>
a { background-color: #2758EE; }
a { background-color: rgb(39,88,238); }
div.DivClassName
{
background-color: #2758EE;
}
.BgClassName
{
background-color: #2758EE;
}
</style>
border-color css
<style>
span { border-color: #2758EE; }
span { border-color: rgb(39,88,238); }
td.TdClassName
{
border-color: #2758EE;
}
.TagClassName
{
border-color: #2758EE;
}
</style>