Shades of Royal Blue #2E78DF
Tints of Royal Blue #2E78DF
RGB
CMYK
RGB Variations
Color information
#2E78DF (or 0x2E78DF) is known color: Royal Blue. HEX triplet: 2E, 78 and DF. RGB value is (46,120,223). Sum of RGB (Red+Green+Blue) = 46+120+223=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E78DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E78DF is #D18720. Grayscale: #6D6D6D. Windows color (decimal): -13731617 or 14645294. OLE color: 14645294.
HSL color Cylindrical-coordinate representation of color #2E78DF: hue angle of 214.92º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E78DF is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 120 | 223 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.13 |
| HSL | 214.92º | 0.73% | 0.53% | - |
| HSV(B) | 214.92º | 0.79% | 0.87% | - |
| XYZ | 21.16 | 19.34 | 72.43 | - |
| YUV | 109.62 | 191.98 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 223 | 0.79 | 0.46 | 0 | 0.13 | 214.92 | 0.73 | 0.53 |
| Hex | 2E | 78 | DF | 4F | 2E | 0 | D | D7 | 49 | 35 |
| Octal | 56 | 170 | 337 | 117 | 56 | 0 | 15 | 327 | 111 | 65 |
| Binary | 101110 | 1111000 | 11011111 | 1001111 | 101110 | 0 | 1101 | 11010111 | 1001001 | 110101 |
Color Harmonies of #2E78DF
Complementary color
Monochromatic Colors of #2E78DF
Black with #2E78DF
Text Example
Text Example
White with #2E78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E78DF; }
p { color: rgb(46,120,223); }
H1.HeaderClassName
{
color: #2E78DF;
}
.AnyTagClassName
{
color: #2E78DF;
}
</style>
background-color css
<style>
a { background-color: #2E78DF; }
a { background-color: rgb(46,120,223); }
div.DivClassName
{
background-color: #2E78DF;
}
.BgClassName
{
background-color: #2E78DF;
}
</style>
border-color css
<style>
span { border-color: #2E78DF; }
span { border-color: rgb(46,120,223); }
td.TdClassName
{
border-color: #2E78DF;
}
.TagClassName
{
border-color: #2E78DF;
}
</style>