Shades of Royal Blue #276DFC
Tints of Royal Blue #276DFC
RGB
CMYK
RGB Variations
Color information
#276DFC (or 0x276DFC) is known color: Royal Blue. HEX triplet: 27, 6D and FC. RGB value is (39,109,252). Sum of RGB (Red+Green+Blue) = 39+109+252=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #276DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276DFC is #D89203. Grayscale: #676767. Windows color (decimal): -14193156 or 16543015. OLE color: 16543015.
HSL color Cylindrical-coordinate representation of color #276DFC: hue angle of 220.28º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #276DFC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 109 | 252 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.01 |
| HSL | 220.28º | 0.97% | 0.57% | - |
| HSV(B) | 220.28º | 0.85% | 0.99% | - |
| XYZ | 23.88 | 18.4 | 94.39 | - |
| YUV | 104.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 252 | 0.85 | 0.57 | 0 | 0.01 | 220.28 | 0.97 | 0.57 |
| Hex | 27 | 6D | FC | 55 | 39 | 0 | 1 | DC | 61 | 39 |
| Octal | 47 | 155 | 374 | 125 | 71 | 0 | 1 | 334 | 141 | 71 |
| Binary | 100111 | 1101101 | 11111100 | 1010101 | 111001 | 0 | 1 | 11011100 | 1100001 | 111001 |
Color Harmonies of #276DFC
Complementary color
Monochromatic Colors of #276DFC
Black with #276DFC
Text Example
Text Example
White with #276DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DFC; }
p { color: rgb(39,109,252); }
H1.HeaderClassName
{
color: #276DFC;
}
.AnyTagClassName
{
color: #276DFC;
}
</style>
background-color css
<style>
a { background-color: #276DFC; }
a { background-color: rgb(39,109,252); }
div.DivClassName
{
background-color: #276DFC;
}
.BgClassName
{
background-color: #276DFC;
}
</style>
border-color css
<style>
span { border-color: #276DFC; }
span { border-color: rgb(39,109,252); }
td.TdClassName
{
border-color: #276DFC;
}
.TagClassName
{
border-color: #276DFC;
}
</style>