Shades of Royal Blue #276CF6
Tints of Royal Blue #276CF6
RGB
CMYK
RGB Variations
Color information
#276CF6 (or 0x276CF6) is known color: Royal Blue. HEX triplet: 27, 6C and F6. RGB value is (39,108,246). Sum of RGB (Red+Green+Blue) = 39+108+246=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #276CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CF6 is #D89309. Grayscale: #666666. Windows color (decimal): -14193418 or 16149543. OLE color: 16149543.
HSL color Cylindrical-coordinate representation of color #276CF6: hue angle of 220º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276CF6 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 108 | 246 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.04 |
| HSL | 220º | 0.92% | 0.56% | - |
| HSV(B) | 220º | 0.84% | 0.96% | - |
| XYZ | 22.83 | 17.81 | 89.42 | - |
| YUV | 103.1 | 208.64 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 246 | 0.84 | 0.56 | 0 | 0.04 | 220 | 0.92 | 0.56 |
| Hex | 27 | 6C | F6 | 54 | 38 | 0 | 4 | DC | 5C | 38 |
| Octal | 47 | 154 | 366 | 124 | 70 | 0 | 4 | 334 | 134 | 70 |
| Binary | 100111 | 1101100 | 11110110 | 1010100 | 111000 | 0 | 100 | 11011100 | 1011100 | 111000 |
Color Harmonies of #276CF6
Complementary color
Monochromatic Colors of #276CF6
Black with #276CF6
Text Example
Text Example
White with #276CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CF6; }
p { color: rgb(39,108,246); }
H1.HeaderClassName
{
color: #276CF6;
}
.AnyTagClassName
{
color: #276CF6;
}
</style>
background-color css
<style>
a { background-color: #276CF6; }
a { background-color: rgb(39,108,246); }
div.DivClassName
{
background-color: #276CF6;
}
.BgClassName
{
background-color: #276CF6;
}
</style>
border-color css
<style>
span { border-color: #276CF6; }
span { border-color: rgb(39,108,246); }
td.TdClassName
{
border-color: #276CF6;
}
.TagClassName
{
border-color: #276CF6;
}
</style>