Shades of Royal Blue #275FED
Tints of Royal Blue #275FED
RGB
CMYK
RGB Variations
Color information
#275FED (or 0x275FED) is known color: Royal Blue. HEX triplet: 27, 5F and ED. RGB value is (39,95,237). Sum of RGB (Red+Green+Blue) = 39+95+237=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #275FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FED is #D8A012. Grayscale: #5D5D5D. Windows color (decimal): -14196755 or 15556391. OLE color: 15556391.
HSL color Cylindrical-coordinate representation of color #275FED: hue angle of 223.03º 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 #275FED is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 95 | 237 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.07 |
| HSL | 223.03º | 0.85% | 0.54% | - |
| HSV(B) | 223.03º | 0.84% | 0.93% | - |
| XYZ | 20.21 | 14.73 | 81.9 | - |
| YUV | 94.44 | 208.45 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 237 | 0.84 | 0.60 | 0 | 0.07 | 223.03 | 0.85 | 0.54 |
| Hex | 27 | 5F | ED | 54 | 3C | 0 | 7 | DF | 55 | 36 |
| Octal | 47 | 137 | 355 | 124 | 74 | 0 | 7 | 337 | 125 | 66 |
| Binary | 100111 | 1011111 | 11101101 | 1010100 | 111100 | 0 | 111 | 11011111 | 1010101 | 110110 |
Color Harmonies of #275FED
Complementary color
Monochromatic Colors of #275FED
Black with #275FED
Text Example
Text Example
White with #275FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FED; }
p { color: rgb(39,95,237); }
H1.HeaderClassName
{
color: #275FED;
}
.AnyTagClassName
{
color: #275FED;
}
</style>
background-color css
<style>
a { background-color: #275FED; }
a { background-color: rgb(39,95,237); }
div.DivClassName
{
background-color: #275FED;
}
.BgClassName
{
background-color: #275FED;
}
</style>
border-color css
<style>
span { border-color: #275FED; }
span { border-color: rgb(39,95,237); }
td.TdClassName
{
border-color: #275FED;
}
.TagClassName
{
border-color: #275FED;
}
</style>