Shades of Royal Blue #275FEE
Tints of Royal Blue #275FEE
RGB
CMYK
RGB Variations
Color information
#275FEE (or 0x275FEE) is known color: Royal Blue. HEX triplet: 27, 5F and EE. RGB value is (39,95,238). Sum of RGB (Red+Green+Blue) = 39+95+238=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #275FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FEE is #D8A011. Grayscale: #5D5D5D. Windows color (decimal): -14196754 or 15621927. OLE color: 15621927.
HSL color Cylindrical-coordinate representation of color #275FEE: hue angle of 223.12º 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 #275FEE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 95 | 238 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.07 |
| HSL | 223.12º | 0.85% | 0.54% | - |
| HSV(B) | 223.12º | 0.84% | 0.93% | - |
| XYZ | 20.36 | 14.79 | 82.67 | - |
| YUV | 94.56 | 208.95 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 238 | 0.84 | 0.60 | 0 | 0.07 | 223.12 | 0.85 | 0.54 |
| Hex | 27 | 5F | EE | 54 | 3C | 0 | 7 | DF | 55 | 36 |
| Octal | 47 | 137 | 356 | 124 | 74 | 0 | 7 | 337 | 125 | 66 |
| Binary | 100111 | 1011111 | 11101110 | 1010100 | 111100 | 0 | 111 | 11011111 | 1010101 | 110110 |
Color Harmonies of #275FEE
Complementary color
Monochromatic Colors of #275FEE
Black with #275FEE
Text Example
Text Example
White with #275FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FEE; }
p { color: rgb(39,95,238); }
H1.HeaderClassName
{
color: #275FEE;
}
.AnyTagClassName
{
color: #275FEE;
}
</style>
background-color css
<style>
a { background-color: #275FEE; }
a { background-color: rgb(39,95,238); }
div.DivClassName
{
background-color: #275FEE;
}
.BgClassName
{
background-color: #275FEE;
}
</style>
border-color css
<style>
span { border-color: #275FEE; }
span { border-color: rgb(39,95,238); }
td.TdClassName
{
border-color: #275FEE;
}
.TagClassName
{
border-color: #275FEE;
}
</style>