Shades of Curious Blue #2B7BCD
Tints of Curious Blue #2B7BCD
RGB
CMYK
RGB Variations
Color information
#2B7BCD (or 0x2B7BCD) is known color: Curious Blue. HEX triplet: 2B, 7B and CD. RGB value is (43,123,205). Sum of RGB (Red+Green+Blue) = 43+123+205=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BCD is #D48432. Grayscale: #6C6C6C. Windows color (decimal): -13927475 or 13466411. OLE color: 13466411.
HSL color Cylindrical-coordinate representation of color #2B7BCD: hue angle of 210.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B7BCD is Cyan = 0.79, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 123 | 205 | - |
| CMYK | 0.79 | 0.4 | 0 | 0.20 |
| HSL | 210.37º | 0.65% | 0.49% | - |
| HSV(B) | 210.37º | 0.79% | 0.8% | - |
| XYZ | 19.1 | 19.09 | 60.44 | - |
| YUV | 108.43 | 182.5 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 205 | 0.79 | 0.4 | 0 | 0.20 | 210.37 | 0.65 | 0.49 |
| Hex | 2B | 7B | CD | 4F | 28 | 0 | 14 | D2 | 41 | 31 |
| Octal | 53 | 173 | 315 | 117 | 50 | 0 | 24 | 322 | 101 | 61 |
| Binary | 101011 | 1111011 | 11001101 | 1001111 | 101000 | 0 | 10100 | 11010010 | 1000001 | 110001 |
Color Harmonies of #2B7BCD
Complementary color
Monochromatic Colors of #2B7BCD
Black with #2B7BCD
Text Example
Text Example
White with #2B7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7BCD; }
p { color: rgb(43,123,205); }
H1.HeaderClassName
{
color: #2B7BCD;
}
.AnyTagClassName
{
color: #2B7BCD;
}
</style>
background-color css
<style>
a { background-color: #2B7BCD; }
a { background-color: rgb(43,123,205); }
div.DivClassName
{
background-color: #2B7BCD;
}
.BgClassName
{
background-color: #2B7BCD;
}
</style>
border-color css
<style>
span { border-color: #2B7BCD; }
span { border-color: rgb(43,123,205); }
td.TdClassName
{
border-color: #2B7BCD;
}
.TagClassName
{
border-color: #2B7BCD;
}
</style>