Shades of Royal Blue #2766E7
Tints of Royal Blue #2766E7
RGB
CMYK
RGB Variations
Color information
#2766E7 (or 0x2766E7) is known color: Royal Blue. HEX triplet: 27, 66 and E7. RGB value is (39,102,231). Sum of RGB (Red+Green+Blue) = 39+102+231=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 231 (90.62% from 255 or 62.10% from 372); Max value from RGB is 231 - color contains mainly: blue. Hex color #2766E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2766E7 is #D89918. Grayscale: #616161. Windows color (decimal): -14194969 or 15164967. OLE color: 15164967.
HSL color Cylindrical-coordinate representation of color #2766E7: hue angle of 220.31º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2766E7 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 102 | 231 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.09 |
| HSL | 220.31º | 0.8% | 0.53% | - |
| HSV(B) | 220.31º | 0.83% | 0.91% | - |
| XYZ | 20.01 | 15.7 | 77.58 | - |
| YUV | 97.87 | 203.13 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 231 | 0.83 | 0.56 | 0 | 0.09 | 220.31 | 0.8 | 0.53 |
| Hex | 27 | 66 | E7 | 53 | 38 | 0 | 9 | DC | 50 | 35 |
| Octal | 47 | 146 | 347 | 123 | 70 | 0 | 11 | 334 | 120 | 65 |
| Binary | 100111 | 1100110 | 11100111 | 1010011 | 111000 | 0 | 1001 | 11011100 | 1010000 | 110101 |
Color Harmonies of #2766E7
Complementary color
Monochromatic Colors of #2766E7
Black with #2766E7
Text Example
Text Example
White with #2766E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2766E7; }
p { color: rgb(39,102,231); }
H1.HeaderClassName
{
color: #2766E7;
}
.AnyTagClassName
{
color: #2766E7;
}
</style>
background-color css
<style>
a { background-color: #2766E7; }
a { background-color: rgb(39,102,231); }
div.DivClassName
{
background-color: #2766E7;
}
.BgClassName
{
background-color: #2766E7;
}
</style>
border-color css
<style>
span { border-color: #2766E7; }
span { border-color: rgb(39,102,231); }
td.TdClassName
{
border-color: #2766E7;
}
.TagClassName
{
border-color: #2766E7;
}
</style>