Shades of Royal Blue #2968DC
Tints of Royal Blue #2968DC
RGB
CMYK
RGB Variations
Color information
#2968DC (or 0x2968DC) is known color: Royal Blue. HEX triplet: 29, 68 and DC. RGB value is (41,104,220). Sum of RGB (Red+Green+Blue) = 41+104+220=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #2968DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2968DC is #D69723. Grayscale: #616161. Windows color (decimal): -14063396 or 14444585. OLE color: 14444585.
HSL color Cylindrical-coordinate representation of color #2968DC: hue angle of 218.88º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2968DC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 104 | 220 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.14 |
| HSL | 218.88º | 0.72% | 0.51% | - |
| HSV(B) | 218.88º | 0.81% | 0.86% | - |
| XYZ | 18.78 | 15.54 | 69.72 | - |
| YUV | 98.39 | 196.63 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 220 | 0.81 | 0.53 | 0 | 0.14 | 218.88 | 0.72 | 0.51 |
| Hex | 29 | 68 | DC | 51 | 35 | 0 | E | DB | 48 | 33 |
| Octal | 51 | 150 | 334 | 121 | 65 | 0 | 16 | 333 | 110 | 63 |
| Binary | 101001 | 1101000 | 11011100 | 1010001 | 110101 | 0 | 1110 | 11011011 | 1001000 | 110011 |
Color Harmonies of #2968DC
Complementary color
Monochromatic Colors of #2968DC
Black with #2968DC
Text Example
Text Example
White with #2968DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2968DC; }
p { color: rgb(41,104,220); }
H1.HeaderClassName
{
color: #2968DC;
}
.AnyTagClassName
{
color: #2968DC;
}
</style>
background-color css
<style>
a { background-color: #2968DC; }
a { background-color: rgb(41,104,220); }
div.DivClassName
{
background-color: #2968DC;
}
.BgClassName
{
background-color: #2968DC;
}
</style>
border-color css
<style>
span { border-color: #2968DC; }
span { border-color: rgb(41,104,220); }
td.TdClassName
{
border-color: #2968DC;
}
.TagClassName
{
border-color: #2968DC;
}
</style>