Shades of Curious Blue #2D8CBF
Tints of Curious Blue #2D8CBF
RGB
CMYK
RGB Variations
Color information
#2D8CBF (or 0x2D8CBF) is known color: Curious Blue. HEX triplet: 2D, 8C and BF. RGB value is (45,140,191). Sum of RGB (Red+Green+Blue) = 45+140+191=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D8CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8CBF is #D27340. Grayscale: #757575. Windows color (decimal): -13792065 or 12553261. OLE color: 12553261.
HSL color Cylindrical-coordinate representation of color #2D8CBF: hue angle of 200.96º 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 #2D8CBF is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 140 | 191 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.25 |
| HSL | 200.96º | 0.62% | 0.46% | - |
| HSV(B) | 200.96º | 0.76% | 0.75% | - |
| XYZ | 19.86 | 23.08 | 52.7 | - |
| YUV | 117.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 140 | 191 | 0.76 | 0.27 | 0 | 0.25 | 200.96 | 0.62 | 0.46 |
| Hex | 2D | 8C | BF | 4C | 1B | 0 | 19 | C9 | 3E | 2E |
| Octal | 55 | 214 | 277 | 114 | 33 | 0 | 31 | 311 | 76 | 56 |
| Binary | 101101 | 10001100 | 10111111 | 1001100 | 11011 | 0 | 11001 | 11001001 | 111110 | 101110 |
Color Harmonies of #2D8CBF
Complementary color
Monochromatic Colors of #2D8CBF
Black with #2D8CBF
Text Example
Text Example
White with #2D8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8CBF; }
p { color: rgb(45,140,191); }
H1.HeaderClassName
{
color: #2D8CBF;
}
.AnyTagClassName
{
color: #2D8CBF;
}
</style>
background-color css
<style>
a { background-color: #2D8CBF; }
a { background-color: rgb(45,140,191); }
div.DivClassName
{
background-color: #2D8CBF;
}
.BgClassName
{
background-color: #2D8CBF;
}
</style>
border-color css
<style>
span { border-color: #2D8CBF; }
span { border-color: rgb(45,140,191); }
td.TdClassName
{
border-color: #2D8CBF;
}
.TagClassName
{
border-color: #2D8CBF;
}
</style>