Shades of Royal Blue #2E6CCD
Tints of Royal Blue #2E6CCD
RGB
CMYK
RGB Variations
Color information
#2E6CCD (or 0x2E6CCD) is known color: Royal Blue. HEX triplet: 2E, 6C and CD. RGB value is (46,108,205). Sum of RGB (Red+Green+Blue) = 46+108+205=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E6CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CCD is #D19332. Grayscale: #646464. Windows color (decimal): -13734707 or 13462574. OLE color: 13462574.
HSL color Cylindrical-coordinate representation of color #2E6CCD: hue angle of 216.6º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E6CCD is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 108 | 205 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.20 |
| HSL | 216.6º | 0.63% | 0.49% | - |
| HSV(B) | 216.6º | 0.78% | 0.8% | - |
| XYZ | 17.51 | 15.71 | 59.87 | - |
| YUV | 100.52 | 186.96 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 205 | 0.78 | 0.47 | 0 | 0.20 | 216.6 | 0.63 | 0.49 |
| Hex | 2E | 6C | CD | 4E | 2F | 0 | 14 | D9 | 3F | 31 |
| Octal | 56 | 154 | 315 | 116 | 57 | 0 | 24 | 331 | 77 | 61 |
| Binary | 101110 | 1101100 | 11001101 | 1001110 | 101111 | 0 | 10100 | 11011001 | 111111 | 110001 |
Color Harmonies of #2E6CCD
Complementary color
Monochromatic Colors of #2E6CCD
Black with #2E6CCD
Text Example
Text Example
White with #2E6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CCD; }
p { color: rgb(46,108,205); }
H1.HeaderClassName
{
color: #2E6CCD;
}
.AnyTagClassName
{
color: #2E6CCD;
}
</style>
background-color css
<style>
a { background-color: #2E6CCD; }
a { background-color: rgb(46,108,205); }
div.DivClassName
{
background-color: #2E6CCD;
}
.BgClassName
{
background-color: #2E6CCD;
}
</style>
border-color css
<style>
span { border-color: #2E6CCD; }
span { border-color: rgb(46,108,205); }
td.TdClassName
{
border-color: #2E6CCD;
}
.TagClassName
{
border-color: #2E6CCD;
}
</style>