Shades of Curious Blue #1F7FCD
Tints of Curious Blue #1F7FCD
RGB
CMYK
RGB Variations
Color information
#1F7FCD (or 0x1F7FCD) is known color: Curious Blue. HEX triplet: 1F, 7F and CD. RGB value is (31,127,205). Sum of RGB (Red+Green+Blue) = 31+127+205=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F7FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FCD is #E08032. Grayscale: #6A6A6A. Windows color (decimal): -14712883 or 13467423. OLE color: 13467423.
HSL color Cylindrical-coordinate representation of color #1F7FCD: hue angle of 206.9º 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 #1F7FCD is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 127 | 205 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.20 |
| HSL | 206.9º | 0.74% | 0.46% | - |
| HSV(B) | 206.9º | 0.85% | 0.8% | - |
| XYZ | 19.17 | 19.88 | 60.58 | - |
| YUV | 107.19 | 183.2 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 205 | 0.85 | 0.38 | 0 | 0.20 | 206.9 | 0.74 | 0.46 |
| Hex | 1F | 7F | CD | 55 | 26 | 0 | 14 | CF | 4A | 2E |
| Octal | 37 | 177 | 315 | 125 | 46 | 0 | 24 | 317 | 112 | 56 |
| Binary | 11111 | 1111111 | 11001101 | 1010101 | 100110 | 0 | 10100 | 11001111 | 1001010 | 101110 |
Color Harmonies of #1F7FCD
Complementary color
Monochromatic Colors of #1F7FCD
Black with #1F7FCD
Text Example
Text Example
White with #1F7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FCD; }
p { color: rgb(31,127,205); }
H1.HeaderClassName
{
color: #1F7FCD;
}
.AnyTagClassName
{
color: #1F7FCD;
}
</style>
background-color css
<style>
a { background-color: #1F7FCD; }
a { background-color: rgb(31,127,205); }
div.DivClassName
{
background-color: #1F7FCD;
}
.BgClassName
{
background-color: #1F7FCD;
}
</style>
border-color css
<style>
span { border-color: #1F7FCD; }
span { border-color: rgb(31,127,205); }
td.TdClassName
{
border-color: #1F7FCD;
}
.TagClassName
{
border-color: #1F7FCD;
}
</style>