Shades of Royal Blue #276FE8
Tints of Royal Blue #276FE8
RGB
CMYK
RGB Variations
Color information
#276FE8 (or 0x276FE8) is known color: Royal Blue. HEX triplet: 27, 6F and E8. RGB value is (39,111,232). Sum of RGB (Red+Green+Blue) = 39+111+232=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 232 (91.02% from 255 or 60.73% from 382); Max value from RGB is 232 - color contains mainly: blue. Hex color #276FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276FE8 is #D89017. Grayscale: #666666. Windows color (decimal): -14192664 or 15232807. OLE color: 15232807.
HSL color Cylindrical-coordinate representation of color #276FE8: hue angle of 217.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276FE8 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 111 | 232 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.09 |
| HSL | 217.62º | 0.81% | 0.53% | - |
| HSV(B) | 217.62º | 0.83% | 0.91% | - |
| XYZ | 21.09 | 17.63 | 78.63 | - |
| YUV | 103.27 | 200.65 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 232 | 0.83 | 0.52 | 0 | 0.09 | 217.62 | 0.81 | 0.53 |
| Hex | 27 | 6F | E8 | 53 | 34 | 0 | 9 | DA | 51 | 35 |
| Octal | 47 | 157 | 350 | 123 | 64 | 0 | 11 | 332 | 121 | 65 |
| Binary | 100111 | 1101111 | 11101000 | 1010011 | 110100 | 0 | 1001 | 11011010 | 1010001 | 110101 |
Color Harmonies of #276FE8
Complementary color
Monochromatic Colors of #276FE8
Black with #276FE8
Text Example
Text Example
White with #276FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276FE8; }
p { color: rgb(39,111,232); }
H1.HeaderClassName
{
color: #276FE8;
}
.AnyTagClassName
{
color: #276FE8;
}
</style>
background-color css
<style>
a { background-color: #276FE8; }
a { background-color: rgb(39,111,232); }
div.DivClassName
{
background-color: #276FE8;
}
.BgClassName
{
background-color: #276FE8;
}
</style>
border-color css
<style>
span { border-color: #276FE8; }
span { border-color: rgb(39,111,232); }
td.TdClassName
{
border-color: #276FE8;
}
.TagClassName
{
border-color: #276FE8;
}
</style>