Shades of Royal Blue #276ADC
Tints of Royal Blue #276ADC
RGB
CMYK
RGB Variations
Color information
#276ADC (or 0x276ADC) is known color: Royal Blue. HEX triplet: 27, 6A and DC. RGB value is (39,106,220). Sum of RGB (Red+Green+Blue) = 39+106+220=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #276ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ADC is #D89523. Grayscale: #626262. Windows color (decimal): -14193956 or 14445095. OLE color: 14445095.
HSL color Cylindrical-coordinate representation of color #276ADC: hue angle of 217.79º 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 #276ADC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 106 | 220 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.14 |
| HSL | 217.79º | 0.72% | 0.51% | - |
| HSV(B) | 217.79º | 0.82% | 0.86% | - |
| XYZ | 18.91 | 15.91 | 69.78 | - |
| YUV | 98.96 | 196.3 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 220 | 0.82 | 0.52 | 0 | 0.14 | 217.79 | 0.72 | 0.51 |
| Hex | 27 | 6A | DC | 52 | 34 | 0 | E | DA | 48 | 33 |
| Octal | 47 | 152 | 334 | 122 | 64 | 0 | 16 | 332 | 110 | 63 |
| Binary | 100111 | 1101010 | 11011100 | 1010010 | 110100 | 0 | 1110 | 11011010 | 1001000 | 110011 |
Color Harmonies of #276ADC
Complementary color
Monochromatic Colors of #276ADC
Black with #276ADC
Text Example
Text Example
White with #276ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276ADC; }
p { color: rgb(39,106,220); }
H1.HeaderClassName
{
color: #276ADC;
}
.AnyTagClassName
{
color: #276ADC;
}
</style>
background-color css
<style>
a { background-color: #276ADC; }
a { background-color: rgb(39,106,220); }
div.DivClassName
{
background-color: #276ADC;
}
.BgClassName
{
background-color: #276ADC;
}
</style>
border-color css
<style>
span { border-color: #276ADC; }
span { border-color: rgb(39,106,220); }
td.TdClassName
{
border-color: #276ADC;
}
.TagClassName
{
border-color: #276ADC;
}
</style>