Shades of Royal Blue #2E6CDD
Tints of Royal Blue #2E6CDD
RGB
CMYK
RGB Variations
Color information
#2E6CDD (or 0x2E6CDD) is known color: Royal Blue. HEX triplet: 2E, 6C and DD. RGB value is (46,108,221). Sum of RGB (Red+Green+Blue) = 46+108+221=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E6CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CDD is #D19322. Grayscale: #656565. Windows color (decimal): -13734691 or 14511150. OLE color: 14511150.
HSL color Cylindrical-coordinate representation of color #2E6CDD: hue angle of 218.74º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6CDD is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 108 | 221 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.13 |
| HSL | 218.74º | 0.72% | 0.52% | - |
| HSV(B) | 218.74º | 0.79% | 0.87% | - |
| XYZ | 19.54 | 16.53 | 70.57 | - |
| YUV | 102.34 | 194.96 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 221 | 0.79 | 0.51 | 0 | 0.13 | 218.74 | 0.72 | 0.52 |
| Hex | 2E | 6C | DD | 4F | 33 | 0 | D | DB | 48 | 34 |
| Octal | 56 | 154 | 335 | 117 | 63 | 0 | 15 | 333 | 110 | 64 |
| Binary | 101110 | 1101100 | 11011101 | 1001111 | 110011 | 0 | 1101 | 11011011 | 1001000 | 110100 |
Color Harmonies of #2E6CDD
Complementary color
Monochromatic Colors of #2E6CDD
Black with #2E6CDD
Text Example
Text Example
White with #2E6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CDD; }
p { color: rgb(46,108,221); }
H1.HeaderClassName
{
color: #2E6CDD;
}
.AnyTagClassName
{
color: #2E6CDD;
}
</style>
background-color css
<style>
a { background-color: #2E6CDD; }
a { background-color: rgb(46,108,221); }
div.DivClassName
{
background-color: #2E6CDD;
}
.BgClassName
{
background-color: #2E6CDD;
}
</style>
border-color css
<style>
span { border-color: #2E6CDD; }
span { border-color: rgb(46,108,221); }
td.TdClassName
{
border-color: #2E6CDD;
}
.TagClassName
{
border-color: #2E6CDD;
}
</style>