Shades of Royal Blue #276BFF
Tints of Royal Blue #276BFF
RGB
CMYK
RGB Variations
Color information
#276BFF (or 0x276BFF) is known color: Royal Blue. HEX triplet: 27, 6B and FF. RGB value is (39,107,255). Sum of RGB (Red+Green+Blue) = 39+107+255=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #276BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276BFF is #D89400. Grayscale: #666666. Windows color (decimal): -14193665 or 16739111. OLE color: 16739111.
HSL color Cylindrical-coordinate representation of color #276BFF: hue angle of 221.11º 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 #276BFF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 107 | 255 | - |
| CMYK | 0.85 | 0.58 | 0 | 0 |
| HSL | 221.11º | 1% | 0.58% | - |
| HSV(B) | 221.11º | 0.85% | 1% | - |
| XYZ | 24.14 | 18.17 | 96.84 | - |
| YUV | 103.54 | 213.47 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 255 | 0.85 | 0.58 | 0 | 0 | 221.11 | 1 | 0.58 |
| Hex | 27 | 6B | FF | 55 | 3A | 0 | 0 | DD | 64 | 3A |
| Octal | 47 | 153 | 377 | 125 | 72 | 0 | 0 | 335 | 144 | 72 |
| Binary | 100111 | 1101011 | 11111111 | 1010101 | 111010 | 0 | 0 | 11011101 | 1100100 | 111010 |
Color Harmonies of #276BFF
Complementary color
Monochromatic Colors of #276BFF
Black with #276BFF
Text Example
Text Example
White with #276BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276BFF; }
p { color: rgb(39,107,255); }
H1.HeaderClassName
{
color: #276BFF;
}
.AnyTagClassName
{
color: #276BFF;
}
</style>
background-color css
<style>
a { background-color: #276BFF; }
a { background-color: rgb(39,107,255); }
div.DivClassName
{
background-color: #276BFF;
}
.BgClassName
{
background-color: #276BFF;
}
</style>
border-color css
<style>
span { border-color: #276BFF; }
span { border-color: rgb(39,107,255); }
td.TdClassName
{
border-color: #276BFF;
}
.TagClassName
{
border-color: #276BFF;
}
</style>