Shades of Curious Blue #1F7FCB
Tints of Curious Blue #1F7FCB
RGB
CMYK
RGB Variations
Color information
#1F7FCB (or 0x1F7FCB) is known color: Curious Blue. HEX triplet: 1F, 7F and CB. RGB value is (31,127,203). Sum of RGB (Red+Green+Blue) = 31+127+203=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F7FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FCB is #E08034. Grayscale: #6A6A6A. Windows color (decimal): -14712885 or 13336351. OLE color: 13336351.
HSL color Cylindrical-coordinate representation of color #1F7FCB: hue angle of 206.51º 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 #1F7FCB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 127 | 203 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.20 |
| HSL | 206.51º | 0.74% | 0.46% | - |
| HSV(B) | 206.51º | 0.85% | 0.8% | - |
| XYZ | 18.93 | 19.78 | 59.32 | - |
| YUV | 106.96 | 182.2 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 203 | 0.85 | 0.37 | 0 | 0.20 | 206.51 | 0.74 | 0.46 |
| Hex | 1F | 7F | CB | 55 | 25 | 0 | 14 | CF | 4A | 2E |
| Octal | 37 | 177 | 313 | 125 | 45 | 0 | 24 | 317 | 112 | 56 |
| Binary | 11111 | 1111111 | 11001011 | 1010101 | 100101 | 0 | 10100 | 11001111 | 1001010 | 101110 |
Color Harmonies of #1F7FCB
Complementary color
Monochromatic Colors of #1F7FCB
Black with #1F7FCB
Text Example
Text Example
White with #1F7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FCB; }
p { color: rgb(31,127,203); }
H1.HeaderClassName
{
color: #1F7FCB;
}
.AnyTagClassName
{
color: #1F7FCB;
}
</style>
background-color css
<style>
a { background-color: #1F7FCB; }
a { background-color: rgb(31,127,203); }
div.DivClassName
{
background-color: #1F7FCB;
}
.BgClassName
{
background-color: #1F7FCB;
}
</style>
border-color css
<style>
span { border-color: #1F7FCB; }
span { border-color: rgb(31,127,203); }
td.TdClassName
{
border-color: #1F7FCB;
}
.TagClassName
{
border-color: #1F7FCB;
}
</style>