Shades of Royal Blue #2E66DF
Tints of Royal Blue #2E66DF
RGB
CMYK
RGB Variations
Color information
#2E66DF (or 0x2E66DF) is known color: Royal Blue. HEX triplet: 2E, 66 and DF. RGB value is (46,102,223). Sum of RGB (Red+Green+Blue) = 46+102+223=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E66DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E66DF is #D19920. Grayscale: #626262. Windows color (decimal): -13736225 or 14640686. OLE color: 14640686.
HSL color Cylindrical-coordinate representation of color #2E66DF: hue angle of 221.02º 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 #2E66DF is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 102 | 223 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.13 |
| HSL | 221.02º | 0.73% | 0.53% | - |
| HSV(B) | 221.02º | 0.79% | 0.87% | - |
| XYZ | 19.2 | 15.41 | 71.77 | - |
| YUV | 99.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 223 | 0.79 | 0.54 | 0 | 0.13 | 221.02 | 0.73 | 0.53 |
| Hex | 2E | 66 | DF | 4F | 36 | 0 | D | DD | 49 | 35 |
| Octal | 56 | 146 | 337 | 117 | 66 | 0 | 15 | 335 | 111 | 65 |
| Binary | 101110 | 1100110 | 11011111 | 1001111 | 110110 | 0 | 1101 | 11011101 | 1001001 | 110101 |
Color Harmonies of #2E66DF
Complementary color
Monochromatic Colors of #2E66DF
Black with #2E66DF
Text Example
Text Example
White with #2E66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E66DF; }
p { color: rgb(46,102,223); }
H1.HeaderClassName
{
color: #2E66DF;
}
.AnyTagClassName
{
color: #2E66DF;
}
</style>
background-color css
<style>
a { background-color: #2E66DF; }
a { background-color: rgb(46,102,223); }
div.DivClassName
{
background-color: #2E66DF;
}
.BgClassName
{
background-color: #2E66DF;
}
</style>
border-color css
<style>
span { border-color: #2E66DF; }
span { border-color: rgb(46,102,223); }
td.TdClassName
{
border-color: #2E66DF;
}
.TagClassName
{
border-color: #2E66DF;
}
</style>