Shades of Royal Blue #276DF0
Tints of Royal Blue #276DF0
RGB
CMYK
RGB Variations
Color information
#276DF0 (or 0x276DF0) is known color: Royal Blue. HEX triplet: 27, 6D and F0. RGB value is (39,109,240). Sum of RGB (Red+Green+Blue) = 39+109+240=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #276DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276DF0 is #D8920F. Grayscale: #666666. Windows color (decimal): -14193168 or 15756583. OLE color: 15756583.
HSL color Cylindrical-coordinate representation of color #276DF0: hue angle of 219.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276DF0 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 109 | 240 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.06 |
| HSL | 219.1º | 0.87% | 0.55% | - |
| HSV(B) | 219.1º | 0.84% | 0.94% | - |
| XYZ | 22.03 | 17.66 | 84.69 | - |
| YUV | 103 | 205.31 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 240 | 0.84 | 0.55 | 0 | 0.06 | 219.1 | 0.87 | 0.55 |
| Hex | 27 | 6D | F0 | 54 | 37 | 0 | 6 | DB | 57 | 37 |
| Octal | 47 | 155 | 360 | 124 | 67 | 0 | 6 | 333 | 127 | 67 |
| Binary | 100111 | 1101101 | 11110000 | 1010100 | 110111 | 0 | 110 | 11011011 | 1010111 | 110111 |
Color Harmonies of #276DF0
Complementary color
Monochromatic Colors of #276DF0
Black with #276DF0
Text Example
Text Example
White with #276DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DF0; }
p { color: rgb(39,109,240); }
H1.HeaderClassName
{
color: #276DF0;
}
.AnyTagClassName
{
color: #276DF0;
}
</style>
background-color css
<style>
a { background-color: #276DF0; }
a { background-color: rgb(39,109,240); }
div.DivClassName
{
background-color: #276DF0;
}
.BgClassName
{
background-color: #276DF0;
}
</style>
border-color css
<style>
span { border-color: #276DF0; }
span { border-color: rgb(39,109,240); }
td.TdClassName
{
border-color: #276DF0;
}
.TagClassName
{
border-color: #276DF0;
}
</style>