Shades of Curious Blue #2D8ABF
Tints of Curious Blue #2D8ABF
RGB
CMYK
RGB Variations
Color information
#2D8ABF (or 0x2D8ABF) is known color: Curious Blue. HEX triplet: 2D, 8A and BF. RGB value is (45,138,191). Sum of RGB (Red+Green+Blue) = 45+138+191=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8ABF is #D27540. Grayscale: #737373. Windows color (decimal): -13792577 or 12552749. OLE color: 12552749.
HSL color Cylindrical-coordinate representation of color #2D8ABF: hue angle of 201.78º degrees, saturation: 0.62, 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 #2D8ABF is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 138 | 191 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.25 |
| HSL | 201.78º | 0.62% | 0.46% | - |
| HSV(B) | 201.78º | 0.76% | 0.75% | - |
| XYZ | 19.57 | 22.5 | 52.6 | - |
| YUV | 116.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 191 | 0.76 | 0.28 | 0 | 0.25 | 201.78 | 0.62 | 0.46 |
| Hex | 2D | 8A | BF | 4C | 1C | 0 | 19 | CA | 3E | 2E |
| Octal | 55 | 212 | 277 | 114 | 34 | 0 | 31 | 312 | 76 | 56 |
| Binary | 101101 | 10001010 | 10111111 | 1001100 | 11100 | 0 | 11001 | 11001010 | 111110 | 101110 |
Color Harmonies of #2D8ABF
Complementary color
Monochromatic Colors of #2D8ABF
Black with #2D8ABF
Text Example
Text Example
White with #2D8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8ABF; }
p { color: rgb(45,138,191); }
H1.HeaderClassName
{
color: #2D8ABF;
}
.AnyTagClassName
{
color: #2D8ABF;
}
</style>
background-color css
<style>
a { background-color: #2D8ABF; }
a { background-color: rgb(45,138,191); }
div.DivClassName
{
background-color: #2D8ABF;
}
.BgClassName
{
background-color: #2D8ABF;
}
</style>
border-color css
<style>
span { border-color: #2D8ABF; }
span { border-color: rgb(45,138,191); }
td.TdClassName
{
border-color: #2D8ABF;
}
.TagClassName
{
border-color: #2D8ABF;
}
</style>