Shades of Curious Blue #1D87CF
Tints of Curious Blue #1D87CF
RGB
CMYK
RGB Variations
Color information
#1D87CF (or 0x1D87CF) is known color: Curious Blue. HEX triplet: 1D, 87 and CF. RGB value is (29,135,207). Sum of RGB (Red+Green+Blue) = 29+135+207=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D87CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D87CF is #E27830. Grayscale: #6F6F6F. Windows color (decimal): -14841905 or 13600541. OLE color: 13600541.
HSL color Cylindrical-coordinate representation of color #1D87CF: hue angle of 204.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D87CF is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 135 | 207 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.19 |
| HSL | 204.27º | 0.75% | 0.46% | - |
| HSV(B) | 204.27º | 0.86% | 0.81% | - |
| XYZ | 20.43 | 22.09 | 62.22 | - |
| YUV | 111.51 | 181.88 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 207 | 0.86 | 0.35 | 0 | 0.19 | 204.27 | 0.75 | 0.46 |
| Hex | 1D | 87 | CF | 56 | 23 | 0 | 13 | CC | 4B | 2E |
| Octal | 35 | 207 | 317 | 126 | 43 | 0 | 23 | 314 | 113 | 56 |
| Binary | 11101 | 10000111 | 11001111 | 1010110 | 100011 | 0 | 10011 | 11001100 | 1001011 | 101110 |
Color Harmonies of #1D87CF
Complementary color
Monochromatic Colors of #1D87CF
Black with #1D87CF
Text Example
Text Example
White with #1D87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D87CF; }
p { color: rgb(29,135,207); }
H1.HeaderClassName
{
color: #1D87CF;
}
.AnyTagClassName
{
color: #1D87CF;
}
</style>
background-color css
<style>
a { background-color: #1D87CF; }
a { background-color: rgb(29,135,207); }
div.DivClassName
{
background-color: #1D87CF;
}
.BgClassName
{
background-color: #1D87CF;
}
</style>
border-color css
<style>
span { border-color: #1D87CF; }
span { border-color: rgb(29,135,207); }
td.TdClassName
{
border-color: #1D87CF;
}
.TagClassName
{
border-color: #1D87CF;
}
</style>