Shades of Curious Blue #2A8CBE
Tints of Curious Blue #2A8CBE
RGB
CMYK
RGB Variations
Color information
#2A8CBE (or 0x2A8CBE) is known color: Curious Blue. HEX triplet: 2A, 8C and BE. RGB value is (42,140,190). Sum of RGB (Red+Green+Blue) = 42+140+190=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8CBE is #D57341. Grayscale: #747474. Windows color (decimal): -13988674 or 12487722. OLE color: 12487722.
HSL color Cylindrical-coordinate representation of color #2A8CBE: hue angle of 200.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A8CBE is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 140 | 190 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.25 |
| HSL | 200.27º | 0.64% | 0.45% | - |
| HSV(B) | 200.27º | 0.78% | 0.75% | - |
| XYZ | 19.63 | 22.97 | 52.11 | - |
| YUV | 116.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 190 | 0.78 | 0.26 | 0 | 0.25 | 200.27 | 0.64 | 0.45 |
| Hex | 2A | 8C | BE | 4E | 1A | 0 | 19 | C8 | 40 | 2D |
| Octal | 52 | 214 | 276 | 116 | 32 | 0 | 31 | 310 | 100 | 55 |
| Binary | 101010 | 10001100 | 10111110 | 1001110 | 11010 | 0 | 11001 | 11001000 | 1000000 | 101101 |
Color Harmonies of #2A8CBE
Complementary color
Monochromatic Colors of #2A8CBE
Black with #2A8CBE
Text Example
Text Example
White with #2A8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8CBE; }
p { color: rgb(42,140,190); }
H1.HeaderClassName
{
color: #2A8CBE;
}
.AnyTagClassName
{
color: #2A8CBE;
}
</style>
background-color css
<style>
a { background-color: #2A8CBE; }
a { background-color: rgb(42,140,190); }
div.DivClassName
{
background-color: #2A8CBE;
}
.BgClassName
{
background-color: #2A8CBE;
}
</style>
border-color css
<style>
span { border-color: #2A8CBE; }
span { border-color: rgb(42,140,190); }
td.TdClassName
{
border-color: #2A8CBE;
}
.TagClassName
{
border-color: #2A8CBE;
}
</style>