Shades of Royal Blue #276EF2
Tints of Royal Blue #276EF2
RGB
CMYK
RGB Variations
Color information
#276EF2 (or 0x276EF2) is known color: Royal Blue. HEX triplet: 27, 6E and F2. RGB value is (39,110,242). Sum of RGB (Red+Green+Blue) = 39+110+242=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #276EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276EF2 is #D8910D. Grayscale: #676767. Windows color (decimal): -14192910 or 15887911. OLE color: 15887911.
HSL color Cylindrical-coordinate representation of color #276EF2: hue angle of 219.01º degrees, saturation: 0.89, 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 #276EF2 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 110 | 242 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.05 |
| HSL | 219.01º | 0.89% | 0.55% | - |
| HSV(B) | 219.01º | 0.84% | 0.95% | - |
| XYZ | 22.44 | 17.99 | 86.29 | - |
| YUV | 103.82 | 205.98 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 242 | 0.84 | 0.55 | 0 | 0.05 | 219.01 | 0.89 | 0.55 |
| Hex | 27 | 6E | F2 | 54 | 37 | 0 | 5 | DB | 59 | 37 |
| Octal | 47 | 156 | 362 | 124 | 67 | 0 | 5 | 333 | 131 | 67 |
| Binary | 100111 | 1101110 | 11110010 | 1010100 | 110111 | 0 | 101 | 11011011 | 1011001 | 110111 |
Color Harmonies of #276EF2
Complementary color
Monochromatic Colors of #276EF2
Black with #276EF2
Text Example
Text Example
White with #276EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276EF2; }
p { color: rgb(39,110,242); }
H1.HeaderClassName
{
color: #276EF2;
}
.AnyTagClassName
{
color: #276EF2;
}
</style>
background-color css
<style>
a { background-color: #276EF2; }
a { background-color: rgb(39,110,242); }
div.DivClassName
{
background-color: #276EF2;
}
.BgClassName
{
background-color: #276EF2;
}
</style>
border-color css
<style>
span { border-color: #276EF2; }
span { border-color: rgb(39,110,242); }
td.TdClassName
{
border-color: #276EF2;
}
.TagClassName
{
border-color: #276EF2;
}
</style>