Shades of Curious Blue #2A8ABC
Tints of Curious Blue #2A8ABC
RGB
CMYK
RGB Variations
Color information
#2A8ABC (or 0x2A8ABC) is known color: Curious Blue. HEX triplet: 2A, 8A and BC. RGB value is (42,138,188). Sum of RGB (Red+Green+Blue) = 42+138+188=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8ABC is #D57543. Grayscale: #727272. Windows color (decimal): -13989188 or 12356138. OLE color: 12356138.
HSL color Cylindrical-coordinate representation of color #2A8ABC: hue angle of 200.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A8ABC is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 138 | 188 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.26 |
| HSL | 200.55º | 0.63% | 0.45% | - |
| HSV(B) | 200.55º | 0.78% | 0.74% | - |
| XYZ | 19.12 | 22.3 | 50.87 | - |
| YUV | 115 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 188 | 0.78 | 0.27 | 0 | 0.26 | 200.55 | 0.63 | 0.45 |
| Hex | 2A | 8A | BC | 4E | 1B | 0 | 1A | C9 | 3F | 2D |
| Octal | 52 | 212 | 274 | 116 | 33 | 0 | 32 | 311 | 77 | 55 |
| Binary | 101010 | 10001010 | 10111100 | 1001110 | 11011 | 0 | 11010 | 11001001 | 111111 | 101101 |
Color Harmonies of #2A8ABC
Complementary color
Monochromatic Colors of #2A8ABC
Black with #2A8ABC
Text Example
Text Example
White with #2A8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8ABC; }
p { color: rgb(42,138,188); }
H1.HeaderClassName
{
color: #2A8ABC;
}
.AnyTagClassName
{
color: #2A8ABC;
}
</style>
background-color css
<style>
a { background-color: #2A8ABC; }
a { background-color: rgb(42,138,188); }
div.DivClassName
{
background-color: #2A8ABC;
}
.BgClassName
{
background-color: #2A8ABC;
}
</style>
border-color css
<style>
span { border-color: #2A8ABC; }
span { border-color: rgb(42,138,188); }
td.TdClassName
{
border-color: #2A8ABC;
}
.TagClassName
{
border-color: #2A8ABC;
}
</style>