Shades of Curious Blue #1C7FBC
Tints of Curious Blue #1C7FBC
RGB
CMYK
RGB Variations
Color information
#1C7FBC (or 0x1C7FBC) is known color: Curious Blue. HEX triplet: 1C, 7F and BC. RGB value is (28,127,188). Sum of RGB (Red+Green+Blue) = 28+127+188=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C7FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FBC is #E38043. Grayscale: #686868. Windows color (decimal): -14909508 or 12353308. OLE color: 12353308.
HSL color Cylindrical-coordinate representation of color #1C7FBC: hue angle of 202.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7FBC is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 127 | 188 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.26 |
| HSL | 202.88º | 0.74% | 0.42% | - |
| HSV(B) | 202.88º | 0.85% | 0.74% | - |
| XYZ | 17.15 | 19.06 | 50.35 | - |
| YUV | 104.35 | 175.2 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 188 | 0.85 | 0.32 | 0 | 0.26 | 202.88 | 0.74 | 0.42 |
| Hex | 1C | 7F | BC | 55 | 20 | 0 | 1A | CB | 4A | 2A |
| Octal | 34 | 177 | 274 | 125 | 40 | 0 | 32 | 313 | 112 | 52 |
| Binary | 11100 | 1111111 | 10111100 | 1010101 | 100000 | 0 | 11010 | 11001011 | 1001010 | 101010 |
Color Harmonies of #1C7FBC
Complementary color
Monochromatic Colors of #1C7FBC
Black with #1C7FBC
Text Example
Text Example
White with #1C7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7FBC; }
p { color: rgb(28,127,188); }
H1.HeaderClassName
{
color: #1C7FBC;
}
.AnyTagClassName
{
color: #1C7FBC;
}
</style>
background-color css
<style>
a { background-color: #1C7FBC; }
a { background-color: rgb(28,127,188); }
div.DivClassName
{
background-color: #1C7FBC;
}
.BgClassName
{
background-color: #1C7FBC;
}
</style>
border-color css
<style>
span { border-color: #1C7FBC; }
span { border-color: rgb(28,127,188); }
td.TdClassName
{
border-color: #1C7FBC;
}
.TagClassName
{
border-color: #1C7FBC;
}
</style>