Shades of Royal Blue #2768E9
Tints of Royal Blue #2768E9
RGB
CMYK
RGB Variations
Color information
#2768E9 (or 0x2768E9) is known color: Royal Blue. HEX triplet: 27, 68 and E9. RGB value is (39,104,233). Sum of RGB (Red+Green+Blue) = 39+104+233=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #2768E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2768E9 is #D89716. Grayscale: #626262. Windows color (decimal): -14194455 or 15296551. OLE color: 15296551.
HSL color Cylindrical-coordinate representation of color #2768E9: hue angle of 219.9º degrees, saturation: 0.82, 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 #2768E9 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 104 | 233 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.09 |
| HSL | 219.9º | 0.82% | 0.53% | - |
| HSV(B) | 219.9º | 0.83% | 0.91% | - |
| XYZ | 20.5 | 16.22 | 79.14 | - |
| YUV | 99.27 | 203.47 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 233 | 0.83 | 0.55 | 0 | 0.09 | 219.9 | 0.82 | 0.53 |
| Hex | 27 | 68 | E9 | 53 | 37 | 0 | 9 | DC | 52 | 35 |
| Octal | 47 | 150 | 351 | 123 | 67 | 0 | 11 | 334 | 122 | 65 |
| Binary | 100111 | 1101000 | 11101001 | 1010011 | 110111 | 0 | 1001 | 11011100 | 1010010 | 110101 |
Color Harmonies of #2768E9
Complementary color
Monochromatic Colors of #2768E9
Black with #2768E9
Text Example
Text Example
White with #2768E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2768E9; }
p { color: rgb(39,104,233); }
H1.HeaderClassName
{
color: #2768E9;
}
.AnyTagClassName
{
color: #2768E9;
}
</style>
background-color css
<style>
a { background-color: #2768E9; }
a { background-color: rgb(39,104,233); }
div.DivClassName
{
background-color: #2768E9;
}
.BgClassName
{
background-color: #2768E9;
}
</style>
border-color css
<style>
span { border-color: #2768E9; }
span { border-color: rgb(39,104,233); }
td.TdClassName
{
border-color: #2768E9;
}
.TagClassName
{
border-color: #2768E9;
}
</style>