Shades of Royal Blue #2769E9
Tints of Royal Blue #2769E9
RGB
CMYK
RGB Variations
Color information
#2769E9 (or 0x2769E9) is known color: Royal Blue. HEX triplet: 27, 69 and E9. RGB value is (39,105,233). Sum of RGB (Red+Green+Blue) = 39+105+233=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 233 (91.41% from 255 or 61.80% from 377); Max value from RGB is 233 - color contains mainly: blue. Hex color #2769E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2769E9 is #D89616. Grayscale: #636363. Windows color (decimal): -14194199 or 15296807. OLE color: 15296807.
HSL color Cylindrical-coordinate representation of color #2769E9: hue angle of 219.59º 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 #2769E9 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 105 | 233 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.09 |
| HSL | 219.59º | 0.82% | 0.53% | - |
| HSV(B) | 219.59º | 0.83% | 0.91% | - |
| XYZ | 20.6 | 16.42 | 79.17 | - |
| YUV | 99.86 | 203.13 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 233 | 0.83 | 0.55 | 0 | 0.09 | 219.59 | 0.82 | 0.53 |
| Hex | 27 | 69 | E9 | 53 | 37 | 0 | 9 | DC | 52 | 35 |
| Octal | 47 | 151 | 351 | 123 | 67 | 0 | 11 | 334 | 122 | 65 |
| Binary | 100111 | 1101001 | 11101001 | 1010011 | 110111 | 0 | 1001 | 11011100 | 1010010 | 110101 |
Color Harmonies of #2769E9
Complementary color
Monochromatic Colors of #2769E9
Black with #2769E9
Text Example
Text Example
White with #2769E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769E9; }
p { color: rgb(39,105,233); }
H1.HeaderClassName
{
color: #2769E9;
}
.AnyTagClassName
{
color: #2769E9;
}
</style>
background-color css
<style>
a { background-color: #2769E9; }
a { background-color: rgb(39,105,233); }
div.DivClassName
{
background-color: #2769E9;
}
.BgClassName
{
background-color: #2769E9;
}
</style>
border-color css
<style>
span { border-color: #2769E9; }
span { border-color: rgb(39,105,233); }
td.TdClassName
{
border-color: #2769E9;
}
.TagClassName
{
border-color: #2769E9;
}
</style>