Shades of Curious Blue #2B7FCD
Tints of Curious Blue #2B7FCD
RGB
CMYK
RGB Variations
Color information
#2B7FCD (or 0x2B7FCD) is known color: Curious Blue. HEX triplet: 2B, 7F and CD. RGB value is (43,127,205). Sum of RGB (Red+Green+Blue) = 43+127+205=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B7FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7FCD is #D48032. Grayscale: #6E6E6E. Windows color (decimal): -13926451 or 13467435. OLE color: 13467435.
HSL color Cylindrical-coordinate representation of color #2B7FCD: hue angle of 208.89º 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 #2B7FCD is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 127 | 205 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.20 |
| HSL | 208.89º | 0.65% | 0.49% | - |
| HSV(B) | 208.89º | 0.79% | 0.8% | - |
| XYZ | 19.61 | 20.1 | 60.6 | - |
| YUV | 110.78 | 181.17 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 205 | 0.79 | 0.38 | 0 | 0.20 | 208.89 | 0.65 | 0.49 |
| Hex | 2B | 7F | CD | 4F | 26 | 0 | 14 | D1 | 41 | 31 |
| Octal | 53 | 177 | 315 | 117 | 46 | 0 | 24 | 321 | 101 | 61 |
| Binary | 101011 | 1111111 | 11001101 | 1001111 | 100110 | 0 | 10100 | 11010001 | 1000001 | 110001 |
Color Harmonies of #2B7FCD
Complementary color
Monochromatic Colors of #2B7FCD
Black with #2B7FCD
Text Example
Text Example
White with #2B7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7FCD; }
p { color: rgb(43,127,205); }
H1.HeaderClassName
{
color: #2B7FCD;
}
.AnyTagClassName
{
color: #2B7FCD;
}
</style>
background-color css
<style>
a { background-color: #2B7FCD; }
a { background-color: rgb(43,127,205); }
div.DivClassName
{
background-color: #2B7FCD;
}
.BgClassName
{
background-color: #2B7FCD;
}
</style>
border-color css
<style>
span { border-color: #2B7FCD; }
span { border-color: rgb(43,127,205); }
td.TdClassName
{
border-color: #2B7FCD;
}
.TagClassName
{
border-color: #2B7FCD;
}
</style>