Shades of Curious Blue #2B7FCC
Tints of Curious Blue #2B7FCC
RGB
CMYK
RGB Variations
Color information
#2B7FCC (or 0x2B7FCC) is known color: Curious Blue. HEX triplet: 2B, 7F and CC. RGB value is (43,127,204). Sum of RGB (Red+Green+Blue) = 43+127+204=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B7FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7FCC is #D48033. Grayscale: #6E6E6E. Windows color (decimal): -13926452 or 13401899. OLE color: 13401899.
HSL color Cylindrical-coordinate representation of color #2B7FCC: hue angle of 208.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B7FCC is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 127 | 204 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.2 |
| HSL | 208.7º | 0.65% | 0.48% | - |
| HSV(B) | 208.7º | 0.79% | 0.8% | - |
| XYZ | 19.48 | 20.05 | 59.97 | - |
| YUV | 110.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 204 | 0.79 | 0.38 | 0 | 0.2 | 208.7 | 0.65 | 0.48 |
| Hex | 2B | 7F | CC | 4F | 26 | 0 | 14 | D1 | 41 | 30 |
| Octal | 53 | 177 | 314 | 117 | 46 | 0 | 24 | 321 | 101 | 60 |
| Binary | 101011 | 1111111 | 11001100 | 1001111 | 100110 | 0 | 10100 | 11010001 | 1000001 | 110000 |
Color Harmonies of #2B7FCC
Complementary color
Monochromatic Colors of #2B7FCC
Black with #2B7FCC
Text Example
Text Example
White with #2B7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7FCC; }
p { color: rgb(43,127,204); }
H1.HeaderClassName
{
color: #2B7FCC;
}
.AnyTagClassName
{
color: #2B7FCC;
}
</style>
background-color css
<style>
a { background-color: #2B7FCC; }
a { background-color: rgb(43,127,204); }
div.DivClassName
{
background-color: #2B7FCC;
}
.BgClassName
{
background-color: #2B7FCC;
}
</style>
border-color css
<style>
span { border-color: #2B7FCC; }
span { border-color: rgb(43,127,204); }
td.TdClassName
{
border-color: #2B7FCC;
}
.TagClassName
{
border-color: #2B7FCC;
}
</style>