Shades of Curious Blue #2D85BF
Tints of Curious Blue #2D85BF
RGB
CMYK
RGB Variations
Color information
#2D85BF (or 0x2D85BF) is known color: Curious Blue. HEX triplet: 2D, 85 and BF. RGB value is (45,133,191). Sum of RGB (Red+Green+Blue) = 45+133+191=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D85BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D85BF is #D27A40. Grayscale: #707070. Windows color (decimal): -13793857 or 12551469. OLE color: 12551469.
HSL color Cylindrical-coordinate representation of color #2D85BF: hue angle of 203.84º 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 #2D85BF is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 133 | 191 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.25 |
| HSL | 203.84º | 0.62% | 0.46% | - |
| HSV(B) | 203.84º | 0.76% | 0.75% | - |
| XYZ | 18.87 | 21.09 | 52.37 | - |
| YUV | 113.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 191 | 0.76 | 0.30 | 0 | 0.25 | 203.84 | 0.62 | 0.46 |
| Hex | 2D | 85 | BF | 4C | 1E | 0 | 19 | CC | 3E | 2E |
| Octal | 55 | 205 | 277 | 114 | 36 | 0 | 31 | 314 | 76 | 56 |
| Binary | 101101 | 10000101 | 10111111 | 1001100 | 11110 | 0 | 11001 | 11001100 | 111110 | 101110 |
Color Harmonies of #2D85BF
Complementary color
Monochromatic Colors of #2D85BF
Black with #2D85BF
Text Example
Text Example
White with #2D85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D85BF; }
p { color: rgb(45,133,191); }
H1.HeaderClassName
{
color: #2D85BF;
}
.AnyTagClassName
{
color: #2D85BF;
}
</style>
background-color css
<style>
a { background-color: #2D85BF; }
a { background-color: rgb(45,133,191); }
div.DivClassName
{
background-color: #2D85BF;
}
.BgClassName
{
background-color: #2D85BF;
}
</style>
border-color css
<style>
span { border-color: #2D85BF; }
span { border-color: rgb(45,133,191); }
td.TdClassName
{
border-color: #2D85BF;
}
.TagClassName
{
border-color: #2D85BF;
}
</style>