Shades of Curious Blue #2D86BD
Tints of Curious Blue #2D86BD
RGB
CMYK
RGB Variations
Color information
#2D86BD (or 0x2D86BD) is known color: Curious Blue. HEX triplet: 2D, 86 and BD. RGB value is (45,134,189). Sum of RGB (Red+Green+Blue) = 45+134+189=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D86BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D86BD is #D27942. Grayscale: #717171. Windows color (decimal): -13793603 or 12420653. OLE color: 12420653.
HSL color Cylindrical-coordinate representation of color #2D86BD: hue angle of 202.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D86BD is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 134 | 189 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.26 |
| HSL | 202.92º | 0.62% | 0.46% | - |
| HSV(B) | 202.92º | 0.76% | 0.74% | - |
| XYZ | 18.79 | 21.28 | 51.26 | - |
| YUV | 113.66 | 170.51 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 189 | 0.76 | 0.29 | 0 | 0.26 | 202.92 | 0.62 | 0.46 |
| Hex | 2D | 86 | BD | 4C | 1D | 0 | 1A | CB | 3E | 2E |
| Octal | 55 | 206 | 275 | 114 | 35 | 0 | 32 | 313 | 76 | 56 |
| Binary | 101101 | 10000110 | 10111101 | 1001100 | 11101 | 0 | 11010 | 11001011 | 111110 | 101110 |
Color Harmonies of #2D86BD
Complementary color
Monochromatic Colors of #2D86BD
Black with #2D86BD
Text Example
Text Example
White with #2D86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D86BD; }
p { color: rgb(45,134,189); }
H1.HeaderClassName
{
color: #2D86BD;
}
.AnyTagClassName
{
color: #2D86BD;
}
</style>
background-color css
<style>
a { background-color: #2D86BD; }
a { background-color: rgb(45,134,189); }
div.DivClassName
{
background-color: #2D86BD;
}
.BgClassName
{
background-color: #2D86BD;
}
</style>
border-color css
<style>
span { border-color: #2D86BD; }
span { border-color: rgb(45,134,189); }
td.TdClassName
{
border-color: #2D86BD;
}
.TagClassName
{
border-color: #2D86BD;
}
</style>