Shades of Royal Blue #276BF1
Tints of Royal Blue #276BF1
RGB
CMYK
RGB Variations
Color information
#276BF1 (or 0x276BF1) is known color: Royal Blue. HEX triplet: 27, 6B and F1. RGB value is (39,107,241). Sum of RGB (Red+Green+Blue) = 39+107+241=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #276BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276BF1 is #D8940E. Grayscale: #656565. Windows color (decimal): -14193679 or 15821607. OLE color: 15821607.
HSL color Cylindrical-coordinate representation of color #276BF1: hue angle of 219.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276BF1 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 107 | 241 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.05 |
| HSL | 219.8º | 0.88% | 0.55% | - |
| HSV(B) | 219.8º | 0.84% | 0.95% | - |
| XYZ | 21.97 | 17.3 | 85.4 | - |
| YUV | 101.94 | 206.47 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 241 | 0.84 | 0.56 | 0 | 0.05 | 219.8 | 0.88 | 0.55 |
| Hex | 27 | 6B | F1 | 54 | 38 | 0 | 5 | DC | 58 | 37 |
| Octal | 47 | 153 | 361 | 124 | 70 | 0 | 5 | 334 | 130 | 67 |
| Binary | 100111 | 1101011 | 11110001 | 1010100 | 111000 | 0 | 101 | 11011100 | 1011000 | 110111 |
Color Harmonies of #276BF1
Complementary color
Monochromatic Colors of #276BF1
Black with #276BF1
Text Example
Text Example
White with #276BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276BF1; }
p { color: rgb(39,107,241); }
H1.HeaderClassName
{
color: #276BF1;
}
.AnyTagClassName
{
color: #276BF1;
}
</style>
background-color css
<style>
a { background-color: #276BF1; }
a { background-color: rgb(39,107,241); }
div.DivClassName
{
background-color: #276BF1;
}
.BgClassName
{
background-color: #276BF1;
}
</style>
border-color css
<style>
span { border-color: #276BF1; }
span { border-color: rgb(39,107,241); }
td.TdClassName
{
border-color: #276BF1;
}
.TagClassName
{
border-color: #276BF1;
}
</style>