Shades of Royal Blue #275BEC
Tints of Royal Blue #275BEC
RGB
CMYK
RGB Variations
Color information
#275BEC (or 0x275BEC) is known color: Royal Blue. HEX triplet: 27, 5B and EC. RGB value is (39,91,236). Sum of RGB (Red+Green+Blue) = 39+91+236=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #275BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BEC is #D8A413. Grayscale: #5B5B5B. Windows color (decimal): -14197780 or 15489831. OLE color: 15489831.
HSL color Cylindrical-coordinate representation of color #275BEC: hue angle of 224.16º 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 #275BEC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 91 | 236 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 224.16º | 0.84% | 0.54% | - |
| HSV(B) | 224.16º | 0.83% | 0.93% | - |
| XYZ | 19.72 | 13.97 | 81.01 | - |
| YUV | 91.98 | 209.27 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 236 | 0.83 | 0.61 | 0 | 0.07 | 224.16 | 0.84 | 0.54 |
| Hex | 27 | 5B | EC | 53 | 3D | 0 | 7 | E0 | 54 | 36 |
| Octal | 47 | 133 | 354 | 123 | 75 | 0 | 7 | 340 | 124 | 66 |
| Binary | 100111 | 1011011 | 11101100 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010100 | 110110 |
Color Harmonies of #275BEC
Complementary color
Monochromatic Colors of #275BEC
Black with #275BEC
Text Example
Text Example
White with #275BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BEC; }
p { color: rgb(39,91,236); }
H1.HeaderClassName
{
color: #275BEC;
}
.AnyTagClassName
{
color: #275BEC;
}
</style>
background-color css
<style>
a { background-color: #275BEC; }
a { background-color: rgb(39,91,236); }
div.DivClassName
{
background-color: #275BEC;
}
.BgClassName
{
background-color: #275BEC;
}
</style>
border-color css
<style>
span { border-color: #275BEC; }
span { border-color: rgb(39,91,236); }
td.TdClassName
{
border-color: #275BEC;
}
.TagClassName
{
border-color: #275BEC;
}
</style>