Shades of Royal Blue #275EEE
Tints of Royal Blue #275EEE
RGB
CMYK
RGB Variations
Color information
#275EEE (or 0x275EEE) is known color: Royal Blue. HEX triplet: 27, 5E and EE. RGB value is (39,94,238). Sum of RGB (Red+Green+Blue) = 39+94+238=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #275EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275EEE is #D8A111. Grayscale: #5D5D5D. Windows color (decimal): -14197010 or 15621671. OLE color: 15621671.
HSL color Cylindrical-coordinate representation of color #275EEE: hue angle of 223.42º 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 #275EEE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 94 | 238 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.07 |
| HSL | 223.42º | 0.85% | 0.54% | - |
| HSV(B) | 223.42º | 0.84% | 0.93% | - |
| XYZ | 20.27 | 14.61 | 82.64 | - |
| YUV | 93.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 238 | 0.84 | 0.61 | 0 | 0.07 | 223.42 | 0.85 | 0.54 |
| Hex | 27 | 5E | EE | 54 | 3D | 0 | 7 | DF | 55 | 36 |
| Octal | 47 | 136 | 356 | 124 | 75 | 0 | 7 | 337 | 125 | 66 |
| Binary | 100111 | 1011110 | 11101110 | 1010100 | 111101 | 0 | 111 | 11011111 | 1010101 | 110110 |
Color Harmonies of #275EEE
Complementary color
Monochromatic Colors of #275EEE
Black with #275EEE
Text Example
Text Example
White with #275EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EEE; }
p { color: rgb(39,94,238); }
H1.HeaderClassName
{
color: #275EEE;
}
.AnyTagClassName
{
color: #275EEE;
}
</style>
background-color css
<style>
a { background-color: #275EEE; }
a { background-color: rgb(39,94,238); }
div.DivClassName
{
background-color: #275EEE;
}
.BgClassName
{
background-color: #275EEE;
}
</style>
border-color css
<style>
span { border-color: #275EEE; }
span { border-color: rgb(39,94,238); }
td.TdClassName
{
border-color: #275EEE;
}
.TagClassName
{
border-color: #275EEE;
}
</style>