Shades of Curious Blue #1D7DB6
Tints of Curious Blue #1D7DB6
RGB
CMYK
RGB Variations
Color information
#1D7DB6 (or 0x1D7DB6) is known color: Curious Blue. HEX triplet: 1D, 7D and B6. RGB value is (29,125,182). Sum of RGB (Red+Green+Blue) = 29+125+182=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D7DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DB6 is #E28249. Grayscale: #666666. Windows color (decimal): -14844490 or 11959581. OLE color: 11959581.
HSL color Cylindrical-coordinate representation of color #1D7DB6: hue angle of 202.35º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7DB6 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 125 | 182 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.29 |
| HSL | 202.35º | 0.73% | 0.41% | - |
| HSV(B) | 202.35º | 0.84% | 0.71% | - |
| XYZ | 16.28 | 18.31 | 46.93 | - |
| YUV | 102.79 | 172.7 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 182 | 0.84 | 0.31 | 0 | 0.29 | 202.35 | 0.73 | 0.41 |
| Hex | 1D | 7D | B6 | 54 | 1F | 0 | 1D | CA | 49 | 29 |
| Octal | 35 | 175 | 266 | 124 | 37 | 0 | 35 | 312 | 111 | 51 |
| Binary | 11101 | 1111101 | 10110110 | 1010100 | 11111 | 0 | 11101 | 11001010 | 1001001 | 101001 |
Color Harmonies of #1D7DB6
Complementary color
Monochromatic Colors of #1D7DB6
Black with #1D7DB6
Text Example
Text Example
White with #1D7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7DB6; }
p { color: rgb(29,125,182); }
H1.HeaderClassName
{
color: #1D7DB6;
}
.AnyTagClassName
{
color: #1D7DB6;
}
</style>
background-color css
<style>
a { background-color: #1D7DB6; }
a { background-color: rgb(29,125,182); }
div.DivClassName
{
background-color: #1D7DB6;
}
.BgClassName
{
background-color: #1D7DB6;
}
</style>
border-color css
<style>
span { border-color: #1D7DB6; }
span { border-color: rgb(29,125,182); }
td.TdClassName
{
border-color: #1D7DB6;
}
.TagClassName
{
border-color: #1D7DB6;
}
</style>