Shades of Curious Blue #2A89CB
Tints of Curious Blue #2A89CB
RGB
CMYK
RGB Variations
Color information
#2A89CB (or 0x2A89CB) is known color: Curious Blue. HEX triplet: 2A, 89 and CB. RGB value is (42,137,203). Sum of RGB (Red+Green+Blue) = 42+137+203=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A89CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A89CB is #D57634. Grayscale: #737373. Windows color (decimal): -13989429 or 13338922. OLE color: 13338922.
HSL color Cylindrical-coordinate representation of color #2A89CB: hue angle of 204.6º 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 #2A89CB is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 137 | 203 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.20 |
| HSL | 204.6º | 0.66% | 0.48% | - |
| HSV(B) | 204.6º | 0.79% | 0.8% | - |
| XYZ | 20.68 | 22.7 | 59.79 | - |
| YUV | 116.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 203 | 0.79 | 0.33 | 0 | 0.20 | 204.6 | 0.66 | 0.48 |
| Hex | 2A | 89 | CB | 4F | 21 | 0 | 14 | CD | 42 | 30 |
| Octal | 52 | 211 | 313 | 117 | 41 | 0 | 24 | 315 | 102 | 60 |
| Binary | 101010 | 10001001 | 11001011 | 1001111 | 100001 | 0 | 10100 | 11001101 | 1000010 | 110000 |
Color Harmonies of #2A89CB
Complementary color
Monochromatic Colors of #2A89CB
Black with #2A89CB
Text Example
Text Example
White with #2A89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A89CB; }
p { color: rgb(42,137,203); }
H1.HeaderClassName
{
color: #2A89CB;
}
.AnyTagClassName
{
color: #2A89CB;
}
</style>
background-color css
<style>
a { background-color: #2A89CB; }
a { background-color: rgb(42,137,203); }
div.DivClassName
{
background-color: #2A89CB;
}
.BgClassName
{
background-color: #2A89CB;
}
</style>
border-color css
<style>
span { border-color: #2A89CB; }
span { border-color: rgb(42,137,203); }
td.TdClassName
{
border-color: #2A89CB;
}
.TagClassName
{
border-color: #2A89CB;
}
</style>