Shades of Royal Blue #277FDC
Tints of Royal Blue #277FDC
RGB
CMYK
RGB Variations
Color information
#277FDC (or 0x277FDC) is known color: Royal Blue. HEX triplet: 27, 7F and DC. RGB value is (39,127,220). Sum of RGB (Red+Green+Blue) = 39+127+220=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #277FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FDC is #D88023. Grayscale: #6E6E6E. Windows color (decimal): -14188580 or 14450471. OLE color: 14450471.
HSL color Cylindrical-coordinate representation of color #277FDC: hue angle of 210.83º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277FDC is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 127 | 220 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.14 |
| HSL | 210.83º | 0.72% | 0.51% | - |
| HSV(B) | 210.83º | 0.82% | 0.86% | - |
| XYZ | 21.34 | 20.78 | 70.6 | - |
| YUV | 111.29 | 189.35 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 220 | 0.82 | 0.42 | 0 | 0.14 | 210.83 | 0.72 | 0.51 |
| Hex | 27 | 7F | DC | 52 | 2A | 0 | E | D3 | 48 | 33 |
| Octal | 47 | 177 | 334 | 122 | 52 | 0 | 16 | 323 | 110 | 63 |
| Binary | 100111 | 1111111 | 11011100 | 1010010 | 101010 | 0 | 1110 | 11010011 | 1001000 | 110011 |
Color Harmonies of #277FDC
Complementary color
Monochromatic Colors of #277FDC
Black with #277FDC
Text Example
Text Example
White with #277FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FDC; }
p { color: rgb(39,127,220); }
H1.HeaderClassName
{
color: #277FDC;
}
.AnyTagClassName
{
color: #277FDC;
}
</style>
background-color css
<style>
a { background-color: #277FDC; }
a { background-color: rgb(39,127,220); }
div.DivClassName
{
background-color: #277FDC;
}
.BgClassName
{
background-color: #277FDC;
}
</style>
border-color css
<style>
span { border-color: #277FDC; }
span { border-color: rgb(39,127,220); }
td.TdClassName
{
border-color: #277FDC;
}
.TagClassName
{
border-color: #277FDC;
}
</style>