Shades of Royal Blue #275EED
Tints of Royal Blue #275EED
RGB
CMYK
RGB Variations
Color information
#275EED (or 0x275EED) is known color: Royal Blue. HEX triplet: 27, 5E and ED. RGB value is (39,94,237). Sum of RGB (Red+Green+Blue) = 39+94+237=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #275EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275EED is #D8A112. Grayscale: #5D5D5D. Windows color (decimal): -14197011 or 15556135. OLE color: 15556135.
HSL color Cylindrical-coordinate representation of color #275EED: hue angle of 223.33º 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 #275EED is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 94 | 237 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.07 |
| HSL | 223.33º | 0.85% | 0.54% | - |
| HSV(B) | 223.33º | 0.84% | 0.93% | - |
| XYZ | 20.13 | 14.55 | 81.87 | - |
| YUV | 93.86 | 208.78 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 237 | 0.84 | 0.60 | 0 | 0.07 | 223.33 | 0.85 | 0.54 |
| Hex | 27 | 5E | ED | 54 | 3C | 0 | 7 | DF | 55 | 36 |
| Octal | 47 | 136 | 355 | 124 | 74 | 0 | 7 | 337 | 125 | 66 |
| Binary | 100111 | 1011110 | 11101101 | 1010100 | 111100 | 0 | 111 | 11011111 | 1010101 | 110110 |
Color Harmonies of #275EED
Complementary color
Monochromatic Colors of #275EED
Black with #275EED
Text Example
Text Example
White with #275EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EED; }
p { color: rgb(39,94,237); }
H1.HeaderClassName
{
color: #275EED;
}
.AnyTagClassName
{
color: #275EED;
}
</style>
background-color css
<style>
a { background-color: #275EED; }
a { background-color: rgb(39,94,237); }
div.DivClassName
{
background-color: #275EED;
}
.BgClassName
{
background-color: #275EED;
}
</style>
border-color css
<style>
span { border-color: #275EED; }
span { border-color: rgb(39,94,237); }
td.TdClassName
{
border-color: #275EED;
}
.TagClassName
{
border-color: #275EED;
}
</style>