Shades of Curious Blue #2A8ECD
Tints of Curious Blue #2A8ECD
RGB
CMYK
RGB Variations
Color information
#2A8ECD (or 0x2A8ECD) is known color: Curious Blue. HEX triplet: 2A, 8E and CD. RGB value is (42,142,205). Sum of RGB (Red+Green+Blue) = 42+142+205=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A8ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8ECD is #D57132. Grayscale: #767676. Windows color (decimal): -13988147 or 13471274. OLE color: 13471274.
HSL color Cylindrical-coordinate representation of color #2A8ECD: hue angle of 203.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A8ECD is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 142 | 205 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.20 |
| HSL | 203.19º | 0.66% | 0.48% | - |
| HSV(B) | 203.19º | 0.8% | 0.8% | - |
| XYZ | 21.65 | 24.25 | 61.3 | - |
| YUV | 119.28 | 176.37 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 205 | 0.80 | 0.31 | 0 | 0.20 | 203.19 | 0.66 | 0.48 |
| Hex | 2A | 8E | CD | 50 | 1F | 0 | 14 | CB | 42 | 30 |
| Octal | 52 | 216 | 315 | 120 | 37 | 0 | 24 | 313 | 102 | 60 |
| Binary | 101010 | 10001110 | 11001101 | 1010000 | 11111 | 0 | 10100 | 11001011 | 1000010 | 110000 |
Color Harmonies of #2A8ECD
Complementary color
Monochromatic Colors of #2A8ECD
Black with #2A8ECD
Text Example
Text Example
White with #2A8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8ECD; }
p { color: rgb(42,142,205); }
H1.HeaderClassName
{
color: #2A8ECD;
}
.AnyTagClassName
{
color: #2A8ECD;
}
</style>
background-color css
<style>
a { background-color: #2A8ECD; }
a { background-color: rgb(42,142,205); }
div.DivClassName
{
background-color: #2A8ECD;
}
.BgClassName
{
background-color: #2A8ECD;
}
</style>
border-color css
<style>
span { border-color: #2A8ECD; }
span { border-color: rgb(42,142,205); }
td.TdClassName
{
border-color: #2A8ECD;
}
.TagClassName
{
border-color: #2A8ECD;
}
</style>