Shades of Curious Blue #2E8ABF
Tints of Curious Blue #2E8ABF
RGB
CMYK
RGB Variations
Color information
#2E8ABF (or 0x2E8ABF) is known color: Curious Blue. HEX triplet: 2E, 8A and BF. RGB value is (46,138,191). Sum of RGB (Red+Green+Blue) = 46+138+191=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ABF is #D17540. Grayscale: #747474. Windows color (decimal): -13727041 or 12552750. OLE color: 12552750.
HSL color Cylindrical-coordinate representation of color #2E8ABF: hue angle of 201.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E8ABF is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 138 | 191 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.25 |
| HSL | 201.93º | 0.61% | 0.46% | - |
| HSV(B) | 201.93º | 0.76% | 0.75% | - |
| XYZ | 19.62 | 22.52 | 52.6 | - |
| YUV | 116.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 191 | 0.76 | 0.28 | 0 | 0.25 | 201.93 | 0.61 | 0.46 |
| Hex | 2E | 8A | BF | 4C | 1C | 0 | 19 | CA | 3D | 2E |
| Octal | 56 | 212 | 277 | 114 | 34 | 0 | 31 | 312 | 75 | 56 |
| Binary | 101110 | 10001010 | 10111111 | 1001100 | 11100 | 0 | 11001 | 11001010 | 111101 | 101110 |
Color Harmonies of #2E8ABF
Complementary color
Monochromatic Colors of #2E8ABF
Black with #2E8ABF
Text Example
Text Example
White with #2E8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8ABF; }
p { color: rgb(46,138,191); }
H1.HeaderClassName
{
color: #2E8ABF;
}
.AnyTagClassName
{
color: #2E8ABF;
}
</style>
background-color css
<style>
a { background-color: #2E8ABF; }
a { background-color: rgb(46,138,191); }
div.DivClassName
{
background-color: #2E8ABF;
}
.BgClassName
{
background-color: #2E8ABF;
}
</style>
border-color css
<style>
span { border-color: #2E8ABF; }
span { border-color: rgb(46,138,191); }
td.TdClassName
{
border-color: #2E8ABF;
}
.TagClassName
{
border-color: #2E8ABF;
}
</style>