Shades of Royal Blue #2D6CE8
Tints of Royal Blue #2D6CE8
RGB
CMYK
RGB Variations
Color information
#2D6CE8 (or 0x2D6CE8) is known color: Royal Blue. HEX triplet: 2D, 6C and E8. RGB value is (45,108,232). Sum of RGB (Red+Green+Blue) = 45+108+232=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #2D6CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6CE8 is #D29317. Grayscale: #666666. Windows color (decimal): -13800216 or 15232045. OLE color: 15232045.
HSL color Cylindrical-coordinate representation of color #2D6CE8: hue angle of 219.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D6CE8 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 108 | 232 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.09 |
| HSL | 219.79º | 0.8% | 0.54% | - |
| HSV(B) | 219.79º | 0.81% | 0.91% | - |
| XYZ | 21.01 | 17.11 | 78.54 | - |
| YUV | 103.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 232 | 0.81 | 0.53 | 0 | 0.09 | 219.79 | 0.8 | 0.54 |
| Hex | 2D | 6C | E8 | 51 | 35 | 0 | 9 | DC | 50 | 36 |
| Octal | 55 | 154 | 350 | 121 | 65 | 0 | 11 | 334 | 120 | 66 |
| Binary | 101101 | 1101100 | 11101000 | 1010001 | 110101 | 0 | 1001 | 11011100 | 1010000 | 110110 |
Color Harmonies of #2D6CE8
Complementary color
Monochromatic Colors of #2D6CE8
Black with #2D6CE8
Text Example
Text Example
White with #2D6CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6CE8; }
p { color: rgb(45,108,232); }
H1.HeaderClassName
{
color: #2D6CE8;
}
.AnyTagClassName
{
color: #2D6CE8;
}
</style>
background-color css
<style>
a { background-color: #2D6CE8; }
a { background-color: rgb(45,108,232); }
div.DivClassName
{
background-color: #2D6CE8;
}
.BgClassName
{
background-color: #2D6CE8;
}
</style>
border-color css
<style>
span { border-color: #2D6CE8; }
span { border-color: rgb(45,108,232); }
td.TdClassName
{
border-color: #2D6CE8;
}
.TagClassName
{
border-color: #2D6CE8;
}
</style>