Shades of Curious Blue #1F7FBC
Tints of Curious Blue #1F7FBC
RGB
CMYK
RGB Variations
Color information
#1F7FBC (or 0x1F7FBC) is known color: Curious Blue. HEX triplet: 1F, 7F and BC. RGB value is (31,127,188). Sum of RGB (Red+Green+Blue) = 31+127+188=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F7FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FBC is #E08043. Grayscale: #686868. Windows color (decimal): -14712900 or 12353311. OLE color: 12353311.
HSL color Cylindrical-coordinate representation of color #1F7FBC: hue angle of 203.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7FBC is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 127 | 188 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.26 |
| HSL | 203.31º | 0.72% | 0.43% | - |
| HSV(B) | 203.31º | 0.84% | 0.74% | - |
| XYZ | 17.23 | 19.1 | 50.36 | - |
| YUV | 105.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 188 | 0.84 | 0.32 | 0 | 0.26 | 203.31 | 0.72 | 0.43 |
| Hex | 1F | 7F | BC | 54 | 20 | 0 | 1A | CB | 48 | 2B |
| Octal | 37 | 177 | 274 | 124 | 40 | 0 | 32 | 313 | 110 | 53 |
| Binary | 11111 | 1111111 | 10111100 | 1010100 | 100000 | 0 | 11010 | 11001011 | 1001000 | 101011 |
Color Harmonies of #1F7FBC
Complementary color
Monochromatic Colors of #1F7FBC
Black with #1F7FBC
Text Example
Text Example
White with #1F7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FBC; }
p { color: rgb(31,127,188); }
H1.HeaderClassName
{
color: #1F7FBC;
}
.AnyTagClassName
{
color: #1F7FBC;
}
</style>
background-color css
<style>
a { background-color: #1F7FBC; }
a { background-color: rgb(31,127,188); }
div.DivClassName
{
background-color: #1F7FBC;
}
.BgClassName
{
background-color: #1F7FBC;
}
</style>
border-color css
<style>
span { border-color: #1F7FBC; }
span { border-color: rgb(31,127,188); }
td.TdClassName
{
border-color: #1F7FBC;
}
.TagClassName
{
border-color: #1F7FBC;
}
</style>