Shades of Royal Blue #276CFC
Tints of Royal Blue #276CFC
RGB
CMYK
RGB Variations
Color information
#276CFC (or 0x276CFC) is known color: Royal Blue. HEX triplet: 27, 6C and FC. RGB value is (39,108,252). Sum of RGB (Red+Green+Blue) = 39+108+252=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #276CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CFC is #D89303. Grayscale: #676767. Windows color (decimal): -14193412 or 16542759. OLE color: 16542759.
HSL color Cylindrical-coordinate representation of color #276CFC: hue angle of 220.56º 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 #276CFC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 108 | 252 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.01 |
| HSL | 220.56º | 0.97% | 0.57% | - |
| HSV(B) | 220.56º | 0.85% | 0.99% | - |
| XYZ | 23.77 | 18.18 | 94.35 | - |
| YUV | 103.79 | 211.64 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 252 | 0.85 | 0.57 | 0 | 0.01 | 220.56 | 0.97 | 0.57 |
| Hex | 27 | 6C | FC | 55 | 39 | 0 | 1 | DD | 61 | 39 |
| Octal | 47 | 154 | 374 | 125 | 71 | 0 | 1 | 335 | 141 | 71 |
| Binary | 100111 | 1101100 | 11111100 | 1010101 | 111001 | 0 | 1 | 11011101 | 1100001 | 111001 |
Color Harmonies of #276CFC
Complementary color
Monochromatic Colors of #276CFC
Black with #276CFC
Text Example
Text Example
White with #276CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CFC; }
p { color: rgb(39,108,252); }
H1.HeaderClassName
{
color: #276CFC;
}
.AnyTagClassName
{
color: #276CFC;
}
</style>
background-color css
<style>
a { background-color: #276CFC; }
a { background-color: rgb(39,108,252); }
div.DivClassName
{
background-color: #276CFC;
}
.BgClassName
{
background-color: #276CFC;
}
</style>
border-color css
<style>
span { border-color: #276CFC; }
span { border-color: rgb(39,108,252); }
td.TdClassName
{
border-color: #276CFC;
}
.TagClassName
{
border-color: #276CFC;
}
</style>