Shades of Royal Blue #276DF5
Tints of Royal Blue #276DF5
RGB
CMYK
RGB Variations
Color information
#276DF5 (or 0x276DF5) is known color: Royal Blue. HEX triplet: 27, 6D and F5. RGB value is (39,109,245). Sum of RGB (Red+Green+Blue) = 39+109+245=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #276DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276DF5 is #D8920A. Grayscale: #666666. Windows color (decimal): -14193163 or 16084263. OLE color: 16084263.
HSL color Cylindrical-coordinate representation of color #276DF5: hue angle of 219.61º degrees, saturation: 0.91, 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 #276DF5 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 109 | 245 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.04 |
| HSL | 219.61º | 0.91% | 0.56% | - |
| HSV(B) | 219.61º | 0.84% | 0.96% | - |
| XYZ | 22.79 | 17.96 | 88.65 | - |
| YUV | 103.57 | 207.81 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 245 | 0.84 | 0.56 | 0 | 0.04 | 219.61 | 0.91 | 0.56 |
| Hex | 27 | 6D | F5 | 54 | 38 | 0 | 4 | DC | 5B | 38 |
| Octal | 47 | 155 | 365 | 124 | 70 | 0 | 4 | 334 | 133 | 70 |
| Binary | 100111 | 1101101 | 11110101 | 1010100 | 111000 | 0 | 100 | 11011100 | 1011011 | 111000 |
Color Harmonies of #276DF5
Complementary color
Monochromatic Colors of #276DF5
Black with #276DF5
Text Example
Text Example
White with #276DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DF5; }
p { color: rgb(39,109,245); }
H1.HeaderClassName
{
color: #276DF5;
}
.AnyTagClassName
{
color: #276DF5;
}
</style>
background-color css
<style>
a { background-color: #276DF5; }
a { background-color: rgb(39,109,245); }
div.DivClassName
{
background-color: #276DF5;
}
.BgClassName
{
background-color: #276DF5;
}
</style>
border-color css
<style>
span { border-color: #276DF5; }
span { border-color: rgb(39,109,245); }
td.TdClassName
{
border-color: #276DF5;
}
.TagClassName
{
border-color: #276DF5;
}
</style>