Shades of Royal Blue #2764DB
Tints of Royal Blue #2764DB
RGB
CMYK
RGB Variations
Color information
#2764DB (or 0x2764DB) is known color: Royal Blue. HEX triplet: 27, 64 and DB. RGB value is (39,100,219). Sum of RGB (Red+Green+Blue) = 39+100+219=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #2764DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2764DB is #D89B24. Grayscale: #5E5E5E. Windows color (decimal): -14195493 or 14378023. OLE color: 14378023.
HSL color Cylindrical-coordinate representation of color #2764DB: hue angle of 219.67º 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 #2764DB is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 100 | 219 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.14 |
| HSL | 219.67º | 0.71% | 0.51% | - |
| HSV(B) | 219.67º | 0.82% | 0.86% | - |
| XYZ | 18.18 | 14.66 | 68.89 | - |
| YUV | 95.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 219 | 0.82 | 0.54 | 0 | 0.14 | 219.67 | 0.71 | 0.51 |
| Hex | 27 | 64 | DB | 52 | 36 | 0 | E | DC | 47 | 33 |
| Octal | 47 | 144 | 333 | 122 | 66 | 0 | 16 | 334 | 107 | 63 |
| Binary | 100111 | 1100100 | 11011011 | 1010010 | 110110 | 0 | 1110 | 11011100 | 1000111 | 110011 |
Color Harmonies of #2764DB
Complementary color
Monochromatic Colors of #2764DB
Black with #2764DB
Text Example
Text Example
White with #2764DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764DB; }
p { color: rgb(39,100,219); }
H1.HeaderClassName
{
color: #2764DB;
}
.AnyTagClassName
{
color: #2764DB;
}
</style>
background-color css
<style>
a { background-color: #2764DB; }
a { background-color: rgb(39,100,219); }
div.DivClassName
{
background-color: #2764DB;
}
.BgClassName
{
background-color: #2764DB;
}
</style>
border-color css
<style>
span { border-color: #2764DB; }
span { border-color: rgb(39,100,219); }
td.TdClassName
{
border-color: #2764DB;
}
.TagClassName
{
border-color: #2764DB;
}
</style>