Shades of Royal Blue #2768DB
Tints of Royal Blue #2768DB
RGB
CMYK
RGB Variations
Color information
#2768DB (or 0x2768DB) is known color: Royal Blue. HEX triplet: 27, 68 and DB. RGB value is (39,104,219). Sum of RGB (Red+Green+Blue) = 39+104+219=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #2768DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2768DB is #D89724. Grayscale: #616161. Windows color (decimal): -14194469 or 14379047. OLE color: 14379047.
HSL color Cylindrical-coordinate representation of color #2768DB: hue angle of 218.33º 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 #2768DB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 104 | 219 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.14 |
| HSL | 218.33º | 0.71% | 0.51% | - |
| HSV(B) | 218.33º | 0.82% | 0.86% | - |
| XYZ | 18.57 | 15.45 | 69.02 | - |
| YUV | 97.68 | 196.47 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 219 | 0.82 | 0.53 | 0 | 0.14 | 218.33 | 0.71 | 0.51 |
| Hex | 27 | 68 | DB | 52 | 35 | 0 | E | DA | 47 | 33 |
| Octal | 47 | 150 | 333 | 122 | 65 | 0 | 16 | 332 | 107 | 63 |
| Binary | 100111 | 1101000 | 11011011 | 1010010 | 110101 | 0 | 1110 | 11011010 | 1000111 | 110011 |
Color Harmonies of #2768DB
Complementary color
Monochromatic Colors of #2768DB
Black with #2768DB
Text Example
Text Example
White with #2768DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2768DB; }
p { color: rgb(39,104,219); }
H1.HeaderClassName
{
color: #2768DB;
}
.AnyTagClassName
{
color: #2768DB;
}
</style>
background-color css
<style>
a { background-color: #2768DB; }
a { background-color: rgb(39,104,219); }
div.DivClassName
{
background-color: #2768DB;
}
.BgClassName
{
background-color: #2768DB;
}
</style>
border-color css
<style>
span { border-color: #2768DB; }
span { border-color: rgb(39,104,219); }
td.TdClassName
{
border-color: #2768DB;
}
.TagClassName
{
border-color: #2768DB;
}
</style>