Shades of Curious Blue #2D8ABD
Tints of Curious Blue #2D8ABD
RGB
CMYK
RGB Variations
Color information
#2D8ABD (or 0x2D8ABD) is known color: Curious Blue. HEX triplet: 2D, 8A and BD. RGB value is (45,138,189). Sum of RGB (Red+Green+Blue) = 45+138+189=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D8ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8ABD is #D27542. Grayscale: #737373. Windows color (decimal): -13792579 or 12421677. OLE color: 12421677.
HSL color Cylindrical-coordinate representation of color #2D8ABD: hue angle of 201.25º 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 #2D8ABD is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 138 | 189 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.26 |
| HSL | 201.25º | 0.62% | 0.46% | - |
| HSV(B) | 201.25º | 0.76% | 0.74% | - |
| XYZ | 19.36 | 22.41 | 51.45 | - |
| YUV | 116.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 189 | 0.76 | 0.27 | 0 | 0.26 | 201.25 | 0.62 | 0.46 |
| Hex | 2D | 8A | BD | 4C | 1B | 0 | 1A | C9 | 3E | 2E |
| Octal | 55 | 212 | 275 | 114 | 33 | 0 | 32 | 311 | 76 | 56 |
| Binary | 101101 | 10001010 | 10111101 | 1001100 | 11011 | 0 | 11010 | 11001001 | 111110 | 101110 |
Color Harmonies of #2D8ABD
Complementary color
Monochromatic Colors of #2D8ABD
Black with #2D8ABD
Text Example
Text Example
White with #2D8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8ABD; }
p { color: rgb(45,138,189); }
H1.HeaderClassName
{
color: #2D8ABD;
}
.AnyTagClassName
{
color: #2D8ABD;
}
</style>
background-color css
<style>
a { background-color: #2D8ABD; }
a { background-color: rgb(45,138,189); }
div.DivClassName
{
background-color: #2D8ABD;
}
.BgClassName
{
background-color: #2D8ABD;
}
</style>
border-color css
<style>
span { border-color: #2D8ABD; }
span { border-color: rgb(45,138,189); }
td.TdClassName
{
border-color: #2D8ABD;
}
.TagClassName
{
border-color: #2D8ABD;
}
</style>