Shades of Curious Blue #2B8DD5
Tints of Curious Blue #2B8DD5
RGB
CMYK
RGB Variations
Color information
#2B8DD5 (or 0x2B8DD5) is known color: Curious Blue. HEX triplet: 2B, 8D and D5. RGB value is (43,141,213). Sum of RGB (Red+Green+Blue) = 43+141+213=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #2B8DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8DD5 is #D4722A. Grayscale: #777777. Windows color (decimal): -13922859 or 13995307. OLE color: 13995307.
HSL color Cylindrical-coordinate representation of color #2B8DD5: hue angle of 205.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B8DD5 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 141 | 213 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.16 |
| HSL | 205.41º | 0.67% | 0.5% | - |
| HSV(B) | 205.41º | 0.8% | 0.84% | - |
| XYZ | 22.53 | 24.37 | 66.47 | - |
| YUV | 119.91 | 180.53 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 213 | 0.80 | 0.34 | 0 | 0.16 | 205.41 | 0.67 | 0.5 |
| Hex | 2B | 8D | D5 | 50 | 22 | 0 | 10 | CD | 43 | 32 |
| Octal | 53 | 215 | 325 | 120 | 42 | 0 | 20 | 315 | 103 | 62 |
| Binary | 101011 | 10001101 | 11010101 | 1010000 | 100010 | 0 | 10000 | 11001101 | 1000011 | 110010 |
Color Harmonies of #2B8DD5
Complementary color
Monochromatic Colors of #2B8DD5
Black with #2B8DD5
Text Example
Text Example
White with #2B8DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DD5; }
p { color: rgb(43,141,213); }
H1.HeaderClassName
{
color: #2B8DD5;
}
.AnyTagClassName
{
color: #2B8DD5;
}
</style>
background-color css
<style>
a { background-color: #2B8DD5; }
a { background-color: rgb(43,141,213); }
div.DivClassName
{
background-color: #2B8DD5;
}
.BgClassName
{
background-color: #2B8DD5;
}
</style>
border-color css
<style>
span { border-color: #2B8DD5; }
span { border-color: rgb(43,141,213); }
td.TdClassName
{
border-color: #2B8DD5;
}
.TagClassName
{
border-color: #2B8DD5;
}
</style>