Shades of Curious Blue #2E8DCD
Tints of Curious Blue #2E8DCD
RGB
CMYK
RGB Variations
Color information
#2E8DCD (or 0x2E8DCD) is known color: Curious Blue. HEX triplet: 2E, 8D and CD. RGB value is (46,141,205). Sum of RGB (Red+Green+Blue) = 46+141+205=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E8DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8DCD is #D17232. Grayscale: #777777. Windows color (decimal): -13726259 or 13471022. OLE color: 13471022.
HSL color Cylindrical-coordinate representation of color #2E8DCD: hue angle of 204.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E8DCD is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 141 | 205 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.20 |
| HSL | 204.15º | 0.63% | 0.49% | - |
| HSV(B) | 204.15º | 0.78% | 0.8% | - |
| XYZ | 21.67 | 24.04 | 61.26 | - |
| YUV | 119.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 205 | 0.78 | 0.31 | 0 | 0.20 | 204.15 | 0.63 | 0.49 |
| Hex | 2E | 8D | CD | 4E | 1F | 0 | 14 | CC | 3F | 31 |
| Octal | 56 | 215 | 315 | 116 | 37 | 0 | 24 | 314 | 77 | 61 |
| Binary | 101110 | 10001101 | 11001101 | 1001110 | 11111 | 0 | 10100 | 11001100 | 111111 | 110001 |
Color Harmonies of #2E8DCD
Complementary color
Monochromatic Colors of #2E8DCD
Black with #2E8DCD
Text Example
Text Example
White with #2E8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8DCD; }
p { color: rgb(46,141,205); }
H1.HeaderClassName
{
color: #2E8DCD;
}
.AnyTagClassName
{
color: #2E8DCD;
}
</style>
background-color css
<style>
a { background-color: #2E8DCD; }
a { background-color: rgb(46,141,205); }
div.DivClassName
{
background-color: #2E8DCD;
}
.BgClassName
{
background-color: #2E8DCD;
}
</style>
border-color css
<style>
span { border-color: #2E8DCD; }
span { border-color: rgb(46,141,205); }
td.TdClassName
{
border-color: #2E8DCD;
}
.TagClassName
{
border-color: #2E8DCD;
}
</style>