Shades of Royal Blue #2768DC
Tints of Royal Blue #2768DC
RGB
CMYK
RGB Variations
Color information
#2768DC (or 0x2768DC) is known color: Royal Blue. HEX triplet: 27, 68 and DC. RGB value is (39,104,220). Sum of RGB (Red+Green+Blue) = 39+104+220=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #2768DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2768DC is #D89723. Grayscale: #616161. Windows color (decimal): -14194468 or 14444583. OLE color: 14444583.
HSL color Cylindrical-coordinate representation of color #2768DC: hue angle of 218.45º degrees, saturation: 0.72, 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 #2768DC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 104 | 220 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.14 |
| HSL | 218.45º | 0.72% | 0.51% | - |
| HSV(B) | 218.45º | 0.82% | 0.86% | - |
| XYZ | 18.71 | 15.5 | 69.72 | - |
| YUV | 97.79 | 196.97 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 220 | 0.82 | 0.53 | 0 | 0.14 | 218.45 | 0.72 | 0.51 |
| Hex | 27 | 68 | DC | 52 | 35 | 0 | E | DA | 48 | 33 |
| Octal | 47 | 150 | 334 | 122 | 65 | 0 | 16 | 332 | 110 | 63 |
| Binary | 100111 | 1101000 | 11011100 | 1010010 | 110101 | 0 | 1110 | 11011010 | 1001000 | 110011 |
Color Harmonies of #2768DC
Complementary color
Monochromatic Colors of #2768DC
Black with #2768DC
Text Example
Text Example
White with #2768DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2768DC; }
p { color: rgb(39,104,220); }
H1.HeaderClassName
{
color: #2768DC;
}
.AnyTagClassName
{
color: #2768DC;
}
</style>
background-color css
<style>
a { background-color: #2768DC; }
a { background-color: rgb(39,104,220); }
div.DivClassName
{
background-color: #2768DC;
}
.BgClassName
{
background-color: #2768DC;
}
</style>
border-color css
<style>
span { border-color: #2768DC; }
span { border-color: rgb(39,104,220); }
td.TdClassName
{
border-color: #2768DC;
}
.TagClassName
{
border-color: #2768DC;
}
</style>