Shades of Royal Blue #2766DB
Tints of Royal Blue #2766DB
RGB
CMYK
RGB Variations
Color information
#2766DB (or 0x2766DB) is known color: Royal Blue. HEX triplet: 27, 66 and DB. RGB value is (39,102,219). Sum of RGB (Red+Green+Blue) = 39+102+219=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #2766DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766DB is #D89924. Grayscale: #5F5F5F. Windows color (decimal): -14194981 or 14378535. OLE color: 14378535.
HSL color Cylindrical-coordinate representation of color #2766DB: hue angle of 219º 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 #2766DB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 102 | 219 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.14 |
| HSL | 219º | 0.71% | 0.51% | - |
| HSV(B) | 219º | 0.82% | 0.86% | - |
| XYZ | 18.37 | 15.05 | 68.95 | - |
| YUV | 96.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 219 | 0.82 | 0.53 | 0 | 0.14 | 219 | 0.71 | 0.51 |
| Hex | 27 | 66 | DB | 52 | 35 | 0 | E | DB | 47 | 33 |
| Octal | 47 | 146 | 333 | 122 | 65 | 0 | 16 | 333 | 107 | 63 |
| Binary | 100111 | 1100110 | 11011011 | 1010010 | 110101 | 0 | 1110 | 11011011 | 1000111 | 110011 |
Color Harmonies of #2766DB
Complementary color
Monochromatic Colors of #2766DB
Black with #2766DB
Text Example
Text Example
White with #2766DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2766DB; }
p { color: rgb(39,102,219); }
H1.HeaderClassName
{
color: #2766DB;
}
.AnyTagClassName
{
color: #2766DB;
}
</style>
background-color css
<style>
a { background-color: #2766DB; }
a { background-color: rgb(39,102,219); }
div.DivClassName
{
background-color: #2766DB;
}
.BgClassName
{
background-color: #2766DB;
}
</style>
border-color css
<style>
span { border-color: #2766DB; }
span { border-color: rgb(39,102,219); }
td.TdClassName
{
border-color: #2766DB;
}
.TagClassName
{
border-color: #2766DB;
}
</style>