Shades of Royal Blue #275CED
Tints of Royal Blue #275CED
RGB
CMYK
RGB Variations
Color information
#275CED (or 0x275CED) is known color: Royal Blue. HEX triplet: 27, 5C and ED. RGB value is (39,92,237). Sum of RGB (Red+Green+Blue) = 39+92+237=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #275CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CED is #D8A312. Grayscale: #5C5C5C. Windows color (decimal): -14197523 or 15555623. OLE color: 15555623.
HSL color Cylindrical-coordinate representation of color #275CED: hue angle of 223.94º 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 #275CED is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 92 | 237 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.07 |
| HSL | 223.94º | 0.85% | 0.54% | - |
| HSV(B) | 223.94º | 0.84% | 0.93% | - |
| XYZ | 19.95 | 14.2 | 81.81 | - |
| YUV | 92.68 | 209.44 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 237 | 0.84 | 0.61 | 0 | 0.07 | 223.94 | 0.85 | 0.54 |
| Hex | 27 | 5C | ED | 54 | 3D | 0 | 7 | E0 | 55 | 36 |
| Octal | 47 | 134 | 355 | 124 | 75 | 0 | 7 | 340 | 125 | 66 |
| Binary | 100111 | 1011100 | 11101101 | 1010100 | 111101 | 0 | 111 | 11100000 | 1010101 | 110110 |
Color Harmonies of #275CED
Complementary color
Monochromatic Colors of #275CED
Black with #275CED
Text Example
Text Example
White with #275CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CED; }
p { color: rgb(39,92,237); }
H1.HeaderClassName
{
color: #275CED;
}
.AnyTagClassName
{
color: #275CED;
}
</style>
background-color css
<style>
a { background-color: #275CED; }
a { background-color: rgb(39,92,237); }
div.DivClassName
{
background-color: #275CED;
}
.BgClassName
{
background-color: #275CED;
}
</style>
border-color css
<style>
span { border-color: #275CED; }
span { border-color: rgb(39,92,237); }
td.TdClassName
{
border-color: #275CED;
}
.TagClassName
{
border-color: #275CED;
}
</style>