Shades of Royal Blue #2E74DC
Tints of Royal Blue #2E74DC
RGB
CMYK
RGB Variations
Color information
#2E74DC (or 0x2E74DC) is known color: Royal Blue. HEX triplet: 2E, 74 and DC. RGB value is (46,116,220). Sum of RGB (Red+Green+Blue) = 46+116+220=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E74DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E74DC is #D18B23. Grayscale: #6A6A6A. Windows color (decimal): -13732644 or 14447662. OLE color: 14447662.
HSL color Cylindrical-coordinate representation of color #2E74DC: hue angle of 215.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E74DC is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 116 | 220 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.14 |
| HSL | 215.86º | 0.71% | 0.52% | - |
| HSV(B) | 215.86º | 0.79% | 0.86% | - |
| XYZ | 20.29 | 18.24 | 70.16 | - |
| YUV | 106.93 | 191.81 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 220 | 0.79 | 0.47 | 0 | 0.14 | 215.86 | 0.71 | 0.52 |
| Hex | 2E | 74 | DC | 4F | 2F | 0 | E | D8 | 47 | 34 |
| Octal | 56 | 164 | 334 | 117 | 57 | 0 | 16 | 330 | 107 | 64 |
| Binary | 101110 | 1110100 | 11011100 | 1001111 | 101111 | 0 | 1110 | 11011000 | 1000111 | 110100 |
Color Harmonies of #2E74DC
Complementary color
Monochromatic Colors of #2E74DC
Black with #2E74DC
Text Example
Text Example
White with #2E74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E74DC; }
p { color: rgb(46,116,220); }
H1.HeaderClassName
{
color: #2E74DC;
}
.AnyTagClassName
{
color: #2E74DC;
}
</style>
background-color css
<style>
a { background-color: #2E74DC; }
a { background-color: rgb(46,116,220); }
div.DivClassName
{
background-color: #2E74DC;
}
.BgClassName
{
background-color: #2E74DC;
}
</style>
border-color css
<style>
span { border-color: #2E74DC; }
span { border-color: rgb(46,116,220); }
td.TdClassName
{
border-color: #2E74DC;
}
.TagClassName
{
border-color: #2E74DC;
}
</style>