Shades of Royal Blue #2C6DCE
Tints of Royal Blue #2C6DCE
RGB
CMYK
RGB Variations
Color information
#2C6DCE (or 0x2C6DCE) is known color: Royal Blue. HEX triplet: 2C, 6D and CE. RGB value is (44,109,206). Sum of RGB (Red+Green+Blue) = 44+109+206=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6DCE is #D39231. Grayscale: #646464. Windows color (decimal): -13865522 or 13528364. OLE color: 13528364.
HSL color Cylindrical-coordinate representation of color #2C6DCE: hue angle of 215.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C6DCE is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 109 | 206 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.19 |
| HSL | 215.93º | 0.65% | 0.49% | - |
| HSV(B) | 215.93º | 0.79% | 0.81% | - |
| XYZ | 17.65 | 15.93 | 60.54 | - |
| YUV | 100.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 109 | 206 | 0.79 | 0.47 | 0 | 0.19 | 215.93 | 0.65 | 0.49 |
| Hex | 2C | 6D | CE | 4F | 2F | 0 | 13 | D8 | 41 | 31 |
| Octal | 54 | 155 | 316 | 117 | 57 | 0 | 23 | 330 | 101 | 61 |
| Binary | 101100 | 1101101 | 11001110 | 1001111 | 101111 | 0 | 10011 | 11011000 | 1000001 | 110001 |
Color Harmonies of #2C6DCE
Complementary color
Monochromatic Colors of #2C6DCE
Black with #2C6DCE
Text Example
Text Example
White with #2C6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6DCE; }
p { color: rgb(44,109,206); }
H1.HeaderClassName
{
color: #2C6DCE;
}
.AnyTagClassName
{
color: #2C6DCE;
}
</style>
background-color css
<style>
a { background-color: #2C6DCE; }
a { background-color: rgb(44,109,206); }
div.DivClassName
{
background-color: #2C6DCE;
}
.BgClassName
{
background-color: #2C6DCE;
}
</style>
border-color css
<style>
span { border-color: #2C6DCE; }
span { border-color: rgb(44,109,206); }
td.TdClassName
{
border-color: #2C6DCE;
}
.TagClassName
{
border-color: #2C6DCE;
}
</style>