Shades of Royal Blue #276DFB
Tints of Royal Blue #276DFB
RGB
CMYK
RGB Variations
Color information
#276DFB (or 0x276DFB) is known color: Royal Blue. HEX triplet: 27, 6D and FB. RGB value is (39,109,251). Sum of RGB (Red+Green+Blue) = 39+109+251=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #276DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276DFB is #D89204. Grayscale: #676767. Windows color (decimal): -14193157 or 16477479. OLE color: 16477479.
HSL color Cylindrical-coordinate representation of color #276DFB: hue angle of 220.19º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276DFB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 109 | 251 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.02 |
| HSL | 220.19º | 0.96% | 0.57% | - |
| HSV(B) | 220.19º | 0.84% | 0.98% | - |
| XYZ | 23.72 | 18.33 | 93.56 | - |
| YUV | 104.26 | 210.81 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 251 | 0.84 | 0.57 | 0 | 0.02 | 220.19 | 0.96 | 0.57 |
| Hex | 27 | 6D | FB | 54 | 39 | 0 | 2 | DC | 60 | 39 |
| Octal | 47 | 155 | 373 | 124 | 71 | 0 | 2 | 334 | 140 | 71 |
| Binary | 100111 | 1101101 | 11111011 | 1010100 | 111001 | 0 | 10 | 11011100 | 1100000 | 111001 |
Color Harmonies of #276DFB
Complementary color
Monochromatic Colors of #276DFB
Black with #276DFB
Text Example
Text Example
White with #276DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DFB; }
p { color: rgb(39,109,251); }
H1.HeaderClassName
{
color: #276DFB;
}
.AnyTagClassName
{
color: #276DFB;
}
</style>
background-color css
<style>
a { background-color: #276DFB; }
a { background-color: rgb(39,109,251); }
div.DivClassName
{
background-color: #276DFB;
}
.BgClassName
{
background-color: #276DFB;
}
</style>
border-color css
<style>
span { border-color: #276DFB; }
span { border-color: rgb(39,109,251); }
td.TdClassName
{
border-color: #276DFB;
}
.TagClassName
{
border-color: #276DFB;
}
</style>