Shades of Royal Blue #276DDF
Tints of Royal Blue #276DDF
RGB
CMYK
RGB Variations
Color information
#276DDF (or 0x276DDF) is known color: Royal Blue. HEX triplet: 27, 6D and DF. RGB value is (39,109,223). Sum of RGB (Red+Green+Blue) = 39+109+223=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #276DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DDF is #D89220. Grayscale: #646464. Windows color (decimal): -14193185 or 14642471. OLE color: 14642471.
HSL color Cylindrical-coordinate representation of color #276DDF: hue angle of 217.17º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276DDF is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 109 | 223 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.13 |
| HSL | 217.17º | 0.74% | 0.51% | - |
| HSV(B) | 217.17º | 0.83% | 0.87% | - |
| XYZ | 19.62 | 16.7 | 72 | - |
| YUV | 101.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 223 | 0.83 | 0.51 | 0 | 0.13 | 217.17 | 0.74 | 0.51 |
| Hex | 27 | 6D | DF | 53 | 33 | 0 | D | D9 | 4A | 33 |
| Octal | 47 | 155 | 337 | 123 | 63 | 0 | 15 | 331 | 112 | 63 |
| Binary | 100111 | 1101101 | 11011111 | 1010011 | 110011 | 0 | 1101 | 11011001 | 1001010 | 110011 |
Color Harmonies of #276DDF
Complementary color
Monochromatic Colors of #276DDF
Black with #276DDF
Text Example
Text Example
White with #276DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DDF; }
p { color: rgb(39,109,223); }
H1.HeaderClassName
{
color: #276DDF;
}
.AnyTagClassName
{
color: #276DDF;
}
</style>
background-color css
<style>
a { background-color: #276DDF; }
a { background-color: rgb(39,109,223); }
div.DivClassName
{
background-color: #276DDF;
}
.BgClassName
{
background-color: #276DDF;
}
</style>
border-color css
<style>
span { border-color: #276DDF; }
span { border-color: rgb(39,109,223); }
td.TdClassName
{
border-color: #276DDF;
}
.TagClassName
{
border-color: #276DDF;
}
</style>