Shades of Royal Blue #275EEC
Tints of Royal Blue #275EEC
RGB
CMYK
RGB Variations
Color information
#275EEC (or 0x275EEC) is known color: Royal Blue. HEX triplet: 27, 5E and EC. RGB value is (39,94,236). Sum of RGB (Red+Green+Blue) = 39+94+236=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #275EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275EEC is #D8A113. Grayscale: #5D5D5D. Windows color (decimal): -14197012 or 15490599. OLE color: 15490599.
HSL color Cylindrical-coordinate representation of color #275EEC: hue angle of 223.25º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275EEC is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 94 | 236 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.07 |
| HSL | 223.25º | 0.84% | 0.54% | - |
| HSV(B) | 223.25º | 0.83% | 0.93% | - |
| XYZ | 19.98 | 14.49 | 81.1 | - |
| YUV | 93.74 | 208.28 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 236 | 0.83 | 0.60 | 0 | 0.07 | 223.25 | 0.84 | 0.54 |
| Hex | 27 | 5E | EC | 53 | 3C | 0 | 7 | DF | 54 | 36 |
| Octal | 47 | 136 | 354 | 123 | 74 | 0 | 7 | 337 | 124 | 66 |
| Binary | 100111 | 1011110 | 11101100 | 1010011 | 111100 | 0 | 111 | 11011111 | 1010100 | 110110 |
Color Harmonies of #275EEC
Complementary color
Monochromatic Colors of #275EEC
Black with #275EEC
Text Example
Text Example
White with #275EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EEC; }
p { color: rgb(39,94,236); }
H1.HeaderClassName
{
color: #275EEC;
}
.AnyTagClassName
{
color: #275EEC;
}
</style>
background-color css
<style>
a { background-color: #275EEC; }
a { background-color: rgb(39,94,236); }
div.DivClassName
{
background-color: #275EEC;
}
.BgClassName
{
background-color: #275EEC;
}
</style>
border-color css
<style>
span { border-color: #275EEC; }
span { border-color: rgb(39,94,236); }
td.TdClassName
{
border-color: #275EEC;
}
.TagClassName
{
border-color: #275EEC;
}
</style>