Shades of Curious Blue #2A8ACB
Tints of Curious Blue #2A8ACB
RGB
CMYK
RGB Variations
Color information
#2A8ACB (or 0x2A8ACB) is known color: Curious Blue. HEX triplet: 2A, 8A and CB. RGB value is (42,138,203). Sum of RGB (Red+Green+Blue) = 42+138+203=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A8ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8ACB is #D57534. Grayscale: #747474. Windows color (decimal): -13989173 or 13339178. OLE color: 13339178.
HSL color Cylindrical-coordinate representation of color #2A8ACB: hue angle of 204.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A8ACB is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 138 | 203 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.20 |
| HSL | 204.22º | 0.66% | 0.48% | - |
| HSV(B) | 204.22º | 0.79% | 0.8% | - |
| XYZ | 20.82 | 22.98 | 59.84 | - |
| YUV | 116.71 | 176.7 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 203 | 0.79 | 0.32 | 0 | 0.20 | 204.22 | 0.66 | 0.48 |
| Hex | 2A | 8A | CB | 4F | 20 | 0 | 14 | CC | 42 | 30 |
| Octal | 52 | 212 | 313 | 117 | 40 | 0 | 24 | 314 | 102 | 60 |
| Binary | 101010 | 10001010 | 11001011 | 1001111 | 100000 | 0 | 10100 | 11001100 | 1000010 | 110000 |
Color Harmonies of #2A8ACB
Complementary color
Monochromatic Colors of #2A8ACB
Black with #2A8ACB
Text Example
Text Example
White with #2A8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8ACB; }
p { color: rgb(42,138,203); }
H1.HeaderClassName
{
color: #2A8ACB;
}
.AnyTagClassName
{
color: #2A8ACB;
}
</style>
background-color css
<style>
a { background-color: #2A8ACB; }
a { background-color: rgb(42,138,203); }
div.DivClassName
{
background-color: #2A8ACB;
}
.BgClassName
{
background-color: #2A8ACB;
}
</style>
border-color css
<style>
span { border-color: #2A8ACB; }
span { border-color: rgb(42,138,203); }
td.TdClassName
{
border-color: #2A8ACB;
}
.TagClassName
{
border-color: #2A8ACB;
}
</style>