Shades of Curious Blue #1F7FC9
Tints of Curious Blue #1F7FC9
RGB
CMYK
RGB Variations
Color information
#1F7FC9 (or 0x1F7FC9) is known color: Curious Blue. HEX triplet: 1F, 7F and C9. RGB value is (31,127,201). Sum of RGB (Red+Green+Blue) = 31+127+201=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #1F7FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FC9 is #E08036. Grayscale: #6A6A6A. Windows color (decimal): -14712887 or 13205279. OLE color: 13205279.
HSL color Cylindrical-coordinate representation of color #1F7FC9: hue angle of 206.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7FC9 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 127 | 201 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.21 |
| HSL | 206.12º | 0.73% | 0.45% | - |
| HSV(B) | 206.12º | 0.85% | 0.79% | - |
| XYZ | 18.7 | 19.69 | 58.07 | - |
| YUV | 106.73 | 181.2 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 201 | 0.85 | 0.37 | 0 | 0.21 | 206.12 | 0.73 | 0.45 |
| Hex | 1F | 7F | C9 | 55 | 25 | 0 | 15 | CE | 49 | 2D |
| Octal | 37 | 177 | 311 | 125 | 45 | 0 | 25 | 316 | 111 | 55 |
| Binary | 11111 | 1111111 | 11001001 | 1010101 | 100101 | 0 | 10101 | 11001110 | 1001001 | 101101 |
Color Harmonies of #1F7FC9
Complementary color
Monochromatic Colors of #1F7FC9
Black with #1F7FC9
Text Example
Text Example
White with #1F7FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FC9; }
p { color: rgb(31,127,201); }
H1.HeaderClassName
{
color: #1F7FC9;
}
.AnyTagClassName
{
color: #1F7FC9;
}
</style>
background-color css
<style>
a { background-color: #1F7FC9; }
a { background-color: rgb(31,127,201); }
div.DivClassName
{
background-color: #1F7FC9;
}
.BgClassName
{
background-color: #1F7FC9;
}
</style>
border-color css
<style>
span { border-color: #1F7FC9; }
span { border-color: rgb(31,127,201); }
td.TdClassName
{
border-color: #1F7FC9;
}
.TagClassName
{
border-color: #1F7FC9;
}
</style>