Shades of Royal Blue #2C68F6
Tints of Royal Blue #2C68F6
RGB
CMYK
RGB Variations
Color information
#2C68F6 (or 0x2C68F6) is known color: Royal Blue. HEX triplet: 2C, 68 and F6. RGB value is (44,104,246). Sum of RGB (Red+Green+Blue) = 44+104+246=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 246 (96.48% from 255 or 62.44% from 394); Max value from RGB is 246 - color contains mainly: blue. Hex color #2C68F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C68F6 is #D39709. Grayscale: #656565. Windows color (decimal): -13866762 or 16148524. OLE color: 16148524.
HSL color Cylindrical-coordinate representation of color #2C68F6: hue angle of 222.18º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C68F6 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 104 | 246 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.04 |
| HSL | 222.18º | 0.92% | 0.57% | - |
| HSV(B) | 222.18º | 0.82% | 0.96% | - |
| XYZ | 22.62 | 17.09 | 89.3 | - |
| YUV | 102.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 246 | 0.82 | 0.58 | 0 | 0.04 | 222.18 | 0.92 | 0.57 |
| Hex | 2C | 68 | F6 | 52 | 3A | 0 | 4 | DE | 5C | 39 |
| Octal | 54 | 150 | 366 | 122 | 72 | 0 | 4 | 336 | 134 | 71 |
| Binary | 101100 | 1101000 | 11110110 | 1010010 | 111010 | 0 | 100 | 11011110 | 1011100 | 111001 |
Color Harmonies of #2C68F6
Complementary color
Monochromatic Colors of #2C68F6
Black with #2C68F6
Text Example
Text Example
White with #2C68F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C68F6; }
p { color: rgb(44,104,246); }
H1.HeaderClassName
{
color: #2C68F6;
}
.AnyTagClassName
{
color: #2C68F6;
}
</style>
background-color css
<style>
a { background-color: #2C68F6; }
a { background-color: rgb(44,104,246); }
div.DivClassName
{
background-color: #2C68F6;
}
.BgClassName
{
background-color: #2C68F6;
}
</style>
border-color css
<style>
span { border-color: #2C68F6; }
span { border-color: rgb(44,104,246); }
td.TdClassName
{
border-color: #2C68F6;
}
.TagClassName
{
border-color: #2C68F6;
}
</style>