Shades of Curious Blue #1F87CB
Tints of Curious Blue #1F87CB
RGB
CMYK
RGB Variations
Color information
#1F87CB (or 0x1F87CB) is known color: Curious Blue. HEX triplet: 1F, 87 and CB. RGB value is (31,135,203). Sum of RGB (Red+Green+Blue) = 31+135+203=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F87CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F87CB is #E07834. Grayscale: #6F6F6F. Windows color (decimal): -14710837 or 13338399. OLE color: 13338399.
HSL color Cylindrical-coordinate representation of color #1F87CB: hue angle of 203.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F87CB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 135 | 203 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.20 |
| HSL | 203.72º | 0.74% | 0.46% | - |
| HSV(B) | 203.72º | 0.85% | 0.8% | - |
| XYZ | 20.01 | 21.93 | 59.68 | - |
| YUV | 111.66 | 179.54 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 203 | 0.85 | 0.33 | 0 | 0.20 | 203.72 | 0.74 | 0.46 |
| Hex | 1F | 87 | CB | 55 | 21 | 0 | 14 | CC | 4A | 2E |
| Octal | 37 | 207 | 313 | 125 | 41 | 0 | 24 | 314 | 112 | 56 |
| Binary | 11111 | 10000111 | 11001011 | 1010101 | 100001 | 0 | 10100 | 11001100 | 1001010 | 101110 |
Color Harmonies of #1F87CB
Complementary color
Monochromatic Colors of #1F87CB
Black with #1F87CB
Text Example
Text Example
White with #1F87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F87CB; }
p { color: rgb(31,135,203); }
H1.HeaderClassName
{
color: #1F87CB;
}
.AnyTagClassName
{
color: #1F87CB;
}
</style>
background-color css
<style>
a { background-color: #1F87CB; }
a { background-color: rgb(31,135,203); }
div.DivClassName
{
background-color: #1F87CB;
}
.BgClassName
{
background-color: #1F87CB;
}
</style>
border-color css
<style>
span { border-color: #1F87CB; }
span { border-color: rgb(31,135,203); }
td.TdClassName
{
border-color: #1F87CB;
}
.TagClassName
{
border-color: #1F87CB;
}
</style>