Shades of Curious Blue #1F87CA
Tints of Curious Blue #1F87CA
RGB
CMYK
RGB Variations
Color information
#1F87CA (or 0x1F87CA) is known color: Curious Blue. HEX triplet: 1F, 87 and CA. RGB value is (31,135,202). Sum of RGB (Red+Green+Blue) = 31+135+202=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F87CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F87CA is #E07835. Grayscale: #6F6F6F. Windows color (decimal): -14710838 or 13272863. OLE color: 13272863.
HSL color Cylindrical-coordinate representation of color #1F87CA: hue angle of 203.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F87CA is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 135 | 202 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.21 |
| HSL | 203.51º | 0.73% | 0.46% | - |
| HSV(B) | 203.51º | 0.85% | 0.79% | - |
| XYZ | 19.89 | 21.88 | 59.05 | - |
| YUV | 111.54 | 179.04 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 202 | 0.85 | 0.33 | 0 | 0.21 | 203.51 | 0.73 | 0.46 |
| Hex | 1F | 87 | CA | 55 | 21 | 0 | 15 | CC | 49 | 2E |
| Octal | 37 | 207 | 312 | 125 | 41 | 0 | 25 | 314 | 111 | 56 |
| Binary | 11111 | 10000111 | 11001010 | 1010101 | 100001 | 0 | 10101 | 11001100 | 1001001 | 101110 |
Color Harmonies of #1F87CA
Complementary color
Monochromatic Colors of #1F87CA
Black with #1F87CA
Text Example
Text Example
White with #1F87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F87CA; }
p { color: rgb(31,135,202); }
H1.HeaderClassName
{
color: #1F87CA;
}
.AnyTagClassName
{
color: #1F87CA;
}
</style>
background-color css
<style>
a { background-color: #1F87CA; }
a { background-color: rgb(31,135,202); }
div.DivClassName
{
background-color: #1F87CA;
}
.BgClassName
{
background-color: #1F87CA;
}
</style>
border-color css
<style>
span { border-color: #1F87CA; }
span { border-color: rgb(31,135,202); }
td.TdClassName
{
border-color: #1F87CA;
}
.TagClassName
{
border-color: #1F87CA;
}
</style>