Shades of Curious Blue #1D80C4
Tints of Curious Blue #1D80C4
RGB
CMYK
RGB Variations
Color information
#1D80C4 (or 0x1D80C4) is known color: Curious Blue. HEX triplet: 1D, 80 and C4. RGB value is (29,128,196). Sum of RGB (Red+Green+Blue) = 29+128+196=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D80C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80C4 is #E27F3B. Grayscale: #696969. Windows color (decimal): -14843708 or 12877853. OLE color: 12877853.
HSL color Cylindrical-coordinate representation of color #1D80C4: hue angle of 204.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D80C4 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 128 | 196 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.23 |
| HSL | 204.43º | 0.74% | 0.44% | - |
| HSV(B) | 204.43º | 0.85% | 0.77% | - |
| XYZ | 18.19 | 19.69 | 55.07 | - |
| YUV | 106.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 196 | 0.85 | 0.35 | 0 | 0.23 | 204.43 | 0.74 | 0.44 |
| Hex | 1D | 80 | C4 | 55 | 23 | 0 | 17 | CC | 4A | 2C |
| Octal | 35 | 200 | 304 | 125 | 43 | 0 | 27 | 314 | 112 | 54 |
| Binary | 11101 | 10000000 | 11000100 | 1010101 | 100011 | 0 | 10111 | 11001100 | 1001010 | 101100 |
Color Harmonies of #1D80C4
Complementary color
Monochromatic Colors of #1D80C4
Black with #1D80C4
Text Example
Text Example
White with #1D80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D80C4; }
p { color: rgb(29,128,196); }
H1.HeaderClassName
{
color: #1D80C4;
}
.AnyTagClassName
{
color: #1D80C4;
}
</style>
background-color css
<style>
a { background-color: #1D80C4; }
a { background-color: rgb(29,128,196); }
div.DivClassName
{
background-color: #1D80C4;
}
.BgClassName
{
background-color: #1D80C4;
}
</style>
border-color css
<style>
span { border-color: #1D80C4; }
span { border-color: rgb(29,128,196); }
td.TdClassName
{
border-color: #1D80C4;
}
.TagClassName
{
border-color: #1D80C4;
}
</style>