Shades of Royal Blue #2E69CE
Tints of Royal Blue #2E69CE
RGB
CMYK
RGB Variations
Color information
#2E69CE (or 0x2E69CE) is known color: Royal Blue. HEX triplet: 2E, 69 and CE. RGB value is (46,105,206). Sum of RGB (Red+Green+Blue) = 46+105+206=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E69CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E69CE is #D19631. Grayscale: #626262. Windows color (decimal): -13735474 or 13527342. OLE color: 13527342.
HSL color Cylindrical-coordinate representation of color #2E69CE: hue angle of 217.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E69CE is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 105 | 206 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.19 |
| HSL | 217.88º | 0.63% | 0.49% | - |
| HSV(B) | 217.88º | 0.78% | 0.81% | - |
| XYZ | 17.32 | 15.14 | 60.4 | - |
| YUV | 98.87 | 188.45 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 206 | 0.78 | 0.49 | 0 | 0.19 | 217.88 | 0.63 | 0.49 |
| Hex | 2E | 69 | CE | 4E | 31 | 0 | 13 | DA | 3F | 31 |
| Octal | 56 | 151 | 316 | 116 | 61 | 0 | 23 | 332 | 77 | 61 |
| Binary | 101110 | 1101001 | 11001110 | 1001110 | 110001 | 0 | 10011 | 11011010 | 111111 | 110001 |
Color Harmonies of #2E69CE
Complementary color
Monochromatic Colors of #2E69CE
Black with #2E69CE
Text Example
Text Example
White with #2E69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E69CE; }
p { color: rgb(46,105,206); }
H1.HeaderClassName
{
color: #2E69CE;
}
.AnyTagClassName
{
color: #2E69CE;
}
</style>
background-color css
<style>
a { background-color: #2E69CE; }
a { background-color: rgb(46,105,206); }
div.DivClassName
{
background-color: #2E69CE;
}
.BgClassName
{
background-color: #2E69CE;
}
</style>
border-color css
<style>
span { border-color: #2E69CE; }
span { border-color: rgb(46,105,206); }
td.TdClassName
{
border-color: #2E69CE;
}
.TagClassName
{
border-color: #2E69CE;
}
</style>