Shades of Royal Blue #277ADC
Tints of Royal Blue #277ADC
RGB
CMYK
RGB Variations
Color information
#277ADC (or 0x277ADC) is known color: Royal Blue. HEX triplet: 27, 7A and DC. RGB value is (39,122,220). Sum of RGB (Red+Green+Blue) = 39+122+220=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #277ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ADC is #D88523. Grayscale: #6B6B6B. Windows color (decimal): -14189860 or 14449191. OLE color: 14449191.
HSL color Cylindrical-coordinate representation of color #277ADC: hue angle of 212.49º 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 #277ADC is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 122 | 220 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.14 |
| HSL | 212.49º | 0.72% | 0.51% | - |
| HSV(B) | 212.49º | 0.82% | 0.86% | - |
| XYZ | 20.71 | 19.52 | 70.39 | - |
| YUV | 108.36 | 191 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 220 | 0.82 | 0.45 | 0 | 0.14 | 212.49 | 0.72 | 0.51 |
| Hex | 27 | 7A | DC | 52 | 2D | 0 | E | D4 | 48 | 33 |
| Octal | 47 | 172 | 334 | 122 | 55 | 0 | 16 | 324 | 110 | 63 |
| Binary | 100111 | 1111010 | 11011100 | 1010010 | 101101 | 0 | 1110 | 11010100 | 1001000 | 110011 |
Color Harmonies of #277ADC
Complementary color
Monochromatic Colors of #277ADC
Black with #277ADC
Text Example
Text Example
White with #277ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277ADC; }
p { color: rgb(39,122,220); }
H1.HeaderClassName
{
color: #277ADC;
}
.AnyTagClassName
{
color: #277ADC;
}
</style>
background-color css
<style>
a { background-color: #277ADC; }
a { background-color: rgb(39,122,220); }
div.DivClassName
{
background-color: #277ADC;
}
.BgClassName
{
background-color: #277ADC;
}
</style>
border-color css
<style>
span { border-color: #277ADC; }
span { border-color: rgb(39,122,220); }
td.TdClassName
{
border-color: #277ADC;
}
.TagClassName
{
border-color: #277ADC;
}
</style>