Shades of Royal Blue #2769DB
Tints of Royal Blue #2769DB
RGB
CMYK
RGB Variations
Color information
#2769DB (or 0x2769DB) is known color: Royal Blue. HEX triplet: 27, 69 and DB. RGB value is (39,105,219). Sum of RGB (Red+Green+Blue) = 39+105+219=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #2769DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769DB is #D89624. Grayscale: #616161. Windows color (decimal): -14194213 or 14379303. OLE color: 14379303.
HSL color Cylindrical-coordinate representation of color #2769DB: hue angle of 218º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2769DB is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 105 | 219 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.14 |
| HSL | 218º | 0.71% | 0.51% | - |
| HSV(B) | 218º | 0.82% | 0.86% | - |
| XYZ | 18.67 | 15.65 | 69.05 | - |
| YUV | 98.26 | 196.13 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 219 | 0.82 | 0.52 | 0 | 0.14 | 218 | 0.71 | 0.51 |
| Hex | 27 | 69 | DB | 52 | 34 | 0 | E | DA | 47 | 33 |
| Octal | 47 | 151 | 333 | 122 | 64 | 0 | 16 | 332 | 107 | 63 |
| Binary | 100111 | 1101001 | 11011011 | 1010010 | 110100 | 0 | 1110 | 11011010 | 1000111 | 110011 |
Color Harmonies of #2769DB
Complementary color
Monochromatic Colors of #2769DB
Black with #2769DB
Text Example
Text Example
White with #2769DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769DB; }
p { color: rgb(39,105,219); }
H1.HeaderClassName
{
color: #2769DB;
}
.AnyTagClassName
{
color: #2769DB;
}
</style>
background-color css
<style>
a { background-color: #2769DB; }
a { background-color: rgb(39,105,219); }
div.DivClassName
{
background-color: #2769DB;
}
.BgClassName
{
background-color: #2769DB;
}
</style>
border-color css
<style>
span { border-color: #2769DB; }
span { border-color: rgb(39,105,219); }
td.TdClassName
{
border-color: #2769DB;
}
.TagClassName
{
border-color: #2769DB;
}
</style>