Shades of Royal Blue #277CE1
Tints of Royal Blue #277CE1
RGB
CMYK
RGB Variations
Color information
#277CE1 (or 0x277CE1) is known color: Royal Blue. HEX triplet: 27, 7C and E1. RGB value is (39,124,225). Sum of RGB (Red+Green+Blue) = 39+124+225=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #277CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CE1 is #D8831E. Grayscale: #6D6D6D. Windows color (decimal): -14189343 or 14777383. OLE color: 14777383.
HSL color Cylindrical-coordinate representation of color #277CE1: hue angle of 212.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277CE1 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 124 | 225 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.12 |
| HSL | 212.58º | 0.76% | 0.52% | - |
| HSV(B) | 212.58º | 0.83% | 0.88% | - |
| XYZ | 21.63 | 20.28 | 74.01 | - |
| YUV | 110.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 225 | 0.83 | 0.45 | 0 | 0.12 | 212.58 | 0.76 | 0.52 |
| Hex | 27 | 7C | E1 | 53 | 2D | 0 | C | D5 | 4C | 34 |
| Octal | 47 | 174 | 341 | 123 | 55 | 0 | 14 | 325 | 114 | 64 |
| Binary | 100111 | 1111100 | 11100001 | 1010011 | 101101 | 0 | 1100 | 11010101 | 1001100 | 110100 |
Color Harmonies of #277CE1
Complementary color
Monochromatic Colors of #277CE1
Black with #277CE1
Text Example
Text Example
White with #277CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CE1; }
p { color: rgb(39,124,225); }
H1.HeaderClassName
{
color: #277CE1;
}
.AnyTagClassName
{
color: #277CE1;
}
</style>
background-color css
<style>
a { background-color: #277CE1; }
a { background-color: rgb(39,124,225); }
div.DivClassName
{
background-color: #277CE1;
}
.BgClassName
{
background-color: #277CE1;
}
</style>
border-color css
<style>
span { border-color: #277CE1; }
span { border-color: rgb(39,124,225); }
td.TdClassName
{
border-color: #277CE1;
}
.TagClassName
{
border-color: #277CE1;
}
</style>