Shades of Royal Blue #2968EF
Tints of Royal Blue #2968EF
RGB
CMYK
RGB Variations
Color information
#2968EF (or 0x2968EF) is known color: Royal Blue. HEX triplet: 29, 68 and EF. RGB value is (41,104,239). Sum of RGB (Red+Green+Blue) = 41+104+239=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #2968EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2968EF is #D69710. Grayscale: #636363. Windows color (decimal): -14063377 or 15689769. OLE color: 15689769.
HSL color Cylindrical-coordinate representation of color #2968EF: hue angle of 220.91º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2968EF is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 104 | 239 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.06 |
| HSL | 220.91º | 0.86% | 0.55% | - |
| HSV(B) | 220.91º | 0.83% | 0.94% | - |
| XYZ | 21.44 | 16.6 | 83.74 | - |
| YUV | 100.55 | 206.13 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 239 | 0.83 | 0.56 | 0 | 0.06 | 220.91 | 0.86 | 0.55 |
| Hex | 29 | 68 | EF | 53 | 38 | 0 | 6 | DD | 56 | 37 |
| Octal | 51 | 150 | 357 | 123 | 70 | 0 | 6 | 335 | 126 | 67 |
| Binary | 101001 | 1101000 | 11101111 | 1010011 | 111000 | 0 | 110 | 11011101 | 1010110 | 110111 |
Color Harmonies of #2968EF
Complementary color
Monochromatic Colors of #2968EF
Black with #2968EF
Text Example
Text Example
White with #2968EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2968EF; }
p { color: rgb(41,104,239); }
H1.HeaderClassName
{
color: #2968EF;
}
.AnyTagClassName
{
color: #2968EF;
}
</style>
background-color css
<style>
a { background-color: #2968EF; }
a { background-color: rgb(41,104,239); }
div.DivClassName
{
background-color: #2968EF;
}
.BgClassName
{
background-color: #2968EF;
}
</style>
border-color css
<style>
span { border-color: #2968EF; }
span { border-color: rgb(41,104,239); }
td.TdClassName
{
border-color: #2968EF;
}
.TagClassName
{
border-color: #2968EF;
}
</style>