Shades of Curious Blue #1F7DBD
Tints of Curious Blue #1F7DBD
RGB
CMYK
RGB Variations
Color information
#1F7DBD (or 0x1F7DBD) is known color: Curious Blue. HEX triplet: 1F, 7D and BD. RGB value is (31,125,189). Sum of RGB (Red+Green+Blue) = 31+125+189=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F7DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7DBD is #E08242. Grayscale: #676767. Windows color (decimal): -14713411 or 12418335. OLE color: 12418335.
HSL color Cylindrical-coordinate representation of color #1F7DBD: hue angle of 204.3º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7DBD is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 125 | 189 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.26 |
| HSL | 204.3º | 0.72% | 0.43% | - |
| HSV(B) | 204.3º | 0.84% | 0.74% | - |
| XYZ | 17.08 | 18.63 | 50.84 | - |
| YUV | 104.19 | 175.86 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 189 | 0.84 | 0.34 | 0 | 0.26 | 204.3 | 0.72 | 0.43 |
| Hex | 1F | 7D | BD | 54 | 22 | 0 | 1A | CC | 48 | 2B |
| Octal | 37 | 175 | 275 | 124 | 42 | 0 | 32 | 314 | 110 | 53 |
| Binary | 11111 | 1111101 | 10111101 | 1010100 | 100010 | 0 | 11010 | 11001100 | 1001000 | 101011 |
Color Harmonies of #1F7DBD
Complementary color
Monochromatic Colors of #1F7DBD
Black with #1F7DBD
Text Example
Text Example
White with #1F7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DBD; }
p { color: rgb(31,125,189); }
H1.HeaderClassName
{
color: #1F7DBD;
}
.AnyTagClassName
{
color: #1F7DBD;
}
</style>
background-color css
<style>
a { background-color: #1F7DBD; }
a { background-color: rgb(31,125,189); }
div.DivClassName
{
background-color: #1F7DBD;
}
.BgClassName
{
background-color: #1F7DBD;
}
</style>
border-color css
<style>
span { border-color: #1F7DBD; }
span { border-color: rgb(31,125,189); }
td.TdClassName
{
border-color: #1F7DBD;
}
.TagClassName
{
border-color: #1F7DBD;
}
</style>