Shades of Royal Blue #275BEE
Tints of Royal Blue #275BEE
RGB
CMYK
RGB Variations
Color information
#275BEE (or 0x275BEE) is known color: Royal Blue. HEX triplet: 27, 5B and EE. RGB value is (39,91,238). Sum of RGB (Red+Green+Blue) = 39+91+238=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #275BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BEE is #D8A411. Grayscale: #5B5B5B. Windows color (decimal): -14197778 or 15620903. OLE color: 15620903.
HSL color Cylindrical-coordinate representation of color #275BEE: hue angle of 224.32º 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 #275BEE is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 91 | 238 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.07 |
| HSL | 224.32º | 0.85% | 0.54% | - |
| HSV(B) | 224.32º | 0.84% | 0.93% | - |
| XYZ | 20.01 | 14.09 | 82.55 | - |
| YUV | 92.21 | 210.27 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 238 | 0.84 | 0.62 | 0 | 0.07 | 224.32 | 0.85 | 0.54 |
| Hex | 27 | 5B | EE | 54 | 3E | 0 | 7 | E0 | 55 | 36 |
| Octal | 47 | 133 | 356 | 124 | 76 | 0 | 7 | 340 | 125 | 66 |
| Binary | 100111 | 1011011 | 11101110 | 1010100 | 111110 | 0 | 111 | 11100000 | 1010101 | 110110 |
Color Harmonies of #275BEE
Complementary color
Monochromatic Colors of #275BEE
Black with #275BEE
Text Example
Text Example
White with #275BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BEE; }
p { color: rgb(39,91,238); }
H1.HeaderClassName
{
color: #275BEE;
}
.AnyTagClassName
{
color: #275BEE;
}
</style>
background-color css
<style>
a { background-color: #275BEE; }
a { background-color: rgb(39,91,238); }
div.DivClassName
{
background-color: #275BEE;
}
.BgClassName
{
background-color: #275BEE;
}
</style>
border-color css
<style>
span { border-color: #275BEE; }
span { border-color: rgb(39,91,238); }
td.TdClassName
{
border-color: #275BEE;
}
.TagClassName
{
border-color: #275BEE;
}
</style>