Shades of Royal Blue #276CFF
Tints of Royal Blue #276CFF
RGB
CMYK
RGB Variations
Color information
#276CFF (or 0x276CFF) is known color: Royal Blue. HEX triplet: 27, 6C and FF. RGB value is (39,108,255). Sum of RGB (Red+Green+Blue) = 39+108+255=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #276CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CFF is #D89300. Grayscale: #676767. Windows color (decimal): -14193409 or 16739367. OLE color: 16739367.
HSL color Cylindrical-coordinate representation of color #276CFF: hue angle of 220.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #276CFF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 108 | 255 | - |
| CMYK | 0.85 | 0.58 | 0 | 0 |
| HSL | 220.83º | 1% | 0.58% | - |
| HSV(B) | 220.83º | 0.85% | 1% | - |
| XYZ | 24.25 | 18.38 | 96.88 | - |
| YUV | 104.13 | 213.14 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 255 | 0.85 | 0.58 | 0 | 0 | 220.83 | 1 | 0.58 |
| Hex | 27 | 6C | FF | 55 | 3A | 0 | 0 | DD | 64 | 3A |
| Octal | 47 | 154 | 377 | 125 | 72 | 0 | 0 | 335 | 144 | 72 |
| Binary | 100111 | 1101100 | 11111111 | 1010101 | 111010 | 0 | 0 | 11011101 | 1100100 | 111010 |
Color Harmonies of #276CFF
Complementary color
Monochromatic Colors of #276CFF
Black with #276CFF
Text Example
Text Example
White with #276CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CFF; }
p { color: rgb(39,108,255); }
H1.HeaderClassName
{
color: #276CFF;
}
.AnyTagClassName
{
color: #276CFF;
}
</style>
background-color css
<style>
a { background-color: #276CFF; }
a { background-color: rgb(39,108,255); }
div.DivClassName
{
background-color: #276CFF;
}
.BgClassName
{
background-color: #276CFF;
}
</style>
border-color css
<style>
span { border-color: #276CFF; }
span { border-color: rgb(39,108,255); }
td.TdClassName
{
border-color: #276CFF;
}
.TagClassName
{
border-color: #276CFF;
}
</style>