Shades of Curious Blue #2A8ACE
Tints of Curious Blue #2A8ACE
RGB
CMYK
RGB Variations
Color information
#2A8ACE (or 0x2A8ACE) is known color: Curious Blue. HEX triplet: 2A, 8A and CE. RGB value is (42,138,206). Sum of RGB (Red+Green+Blue) = 42+138+206=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A8ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8ACE is #D57531. Grayscale: #747474. Windows color (decimal): -13989170 or 13535786. OLE color: 13535786.
HSL color Cylindrical-coordinate representation of color #2A8ACE: hue angle of 204.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A8ACE is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 138 | 206 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.19 |
| HSL | 204.88º | 0.66% | 0.49% | - |
| HSV(B) | 204.88º | 0.8% | 0.81% | - |
| XYZ | 21.18 | 23.13 | 61.74 | - |
| YUV | 117.05 | 178.2 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 206 | 0.80 | 0.33 | 0 | 0.19 | 204.88 | 0.66 | 0.49 |
| Hex | 2A | 8A | CE | 50 | 21 | 0 | 13 | CD | 42 | 31 |
| Octal | 52 | 212 | 316 | 120 | 41 | 0 | 23 | 315 | 102 | 61 |
| Binary | 101010 | 10001010 | 11001110 | 1010000 | 100001 | 0 | 10011 | 11001101 | 1000010 | 110001 |
Color Harmonies of #2A8ACE
Complementary color
Monochromatic Colors of #2A8ACE
Black with #2A8ACE
Text Example
Text Example
White with #2A8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8ACE; }
p { color: rgb(42,138,206); }
H1.HeaderClassName
{
color: #2A8ACE;
}
.AnyTagClassName
{
color: #2A8ACE;
}
</style>
background-color css
<style>
a { background-color: #2A8ACE; }
a { background-color: rgb(42,138,206); }
div.DivClassName
{
background-color: #2A8ACE;
}
.BgClassName
{
background-color: #2A8ACE;
}
</style>
border-color css
<style>
span { border-color: #2A8ACE; }
span { border-color: rgb(42,138,206); }
td.TdClassName
{
border-color: #2A8ACE;
}
.TagClassName
{
border-color: #2A8ACE;
}
</style>