Shades of Curious Blue #1F86CF
Tints of Curious Blue #1F86CF
RGB
CMYK
RGB Variations
Color information
#1F86CF (or 0x1F86CF) is known color: Curious Blue. HEX triplet: 1F, 86 and CF. RGB value is (31,134,207). Sum of RGB (Red+Green+Blue) = 31+134+207=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F86CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F86CF is #E07930. Grayscale: #6F6F6F. Windows color (decimal): -14711089 or 13600287. OLE color: 13600287.
HSL color Cylindrical-coordinate representation of color #1F86CF: hue angle of 204.89º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F86CF is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 134 | 207 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.19 |
| HSL | 204.89º | 0.74% | 0.47% | - |
| HSV(B) | 204.89º | 0.85% | 0.81% | - |
| XYZ | 20.35 | 21.85 | 62.18 | - |
| YUV | 111.53 | 181.88 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 207 | 0.85 | 0.35 | 0 | 0.19 | 204.89 | 0.74 | 0.47 |
| Hex | 1F | 86 | CF | 55 | 23 | 0 | 13 | CD | 4A | 2F |
| Octal | 37 | 206 | 317 | 125 | 43 | 0 | 23 | 315 | 112 | 57 |
| Binary | 11111 | 10000110 | 11001111 | 1010101 | 100011 | 0 | 10011 | 11001101 | 1001010 | 101111 |
Color Harmonies of #1F86CF
Complementary color
Monochromatic Colors of #1F86CF
Black with #1F86CF
Text Example
Text Example
White with #1F86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F86CF; }
p { color: rgb(31,134,207); }
H1.HeaderClassName
{
color: #1F86CF;
}
.AnyTagClassName
{
color: #1F86CF;
}
</style>
background-color css
<style>
a { background-color: #1F86CF; }
a { background-color: rgb(31,134,207); }
div.DivClassName
{
background-color: #1F86CF;
}
.BgClassName
{
background-color: #1F86CF;
}
</style>
border-color css
<style>
span { border-color: #1F86CF; }
span { border-color: rgb(31,134,207); }
td.TdClassName
{
border-color: #1F86CF;
}
.TagClassName
{
border-color: #1F86CF;
}
</style>