Shades of Curious Blue #1D82CF
Tints of Curious Blue #1D82CF
RGB
CMYK
RGB Variations
Color information
#1D82CF (or 0x1D82CF) is known color: Curious Blue. HEX triplet: 1D, 82 and CF. RGB value is (29,130,207). Sum of RGB (Red+Green+Blue) = 29+130+207=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D82CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D82CF is #E27D30. Grayscale: #6C6C6C. Windows color (decimal): -14843185 or 13599261. OLE color: 13599261.
HSL color Cylindrical-coordinate representation of color #1D82CF: hue angle of 205.96º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D82CF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 130 | 207 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.19 |
| HSL | 205.96º | 0.75% | 0.46% | - |
| HSV(B) | 205.96º | 0.86% | 0.81% | - |
| XYZ | 19.75 | 20.73 | 61.99 | - |
| YUV | 108.58 | 183.54 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 207 | 0.86 | 0.37 | 0 | 0.19 | 205.96 | 0.75 | 0.46 |
| Hex | 1D | 82 | CF | 56 | 25 | 0 | 13 | CE | 4B | 2E |
| Octal | 35 | 202 | 317 | 126 | 45 | 0 | 23 | 316 | 113 | 56 |
| Binary | 11101 | 10000010 | 11001111 | 1010110 | 100101 | 0 | 10011 | 11001110 | 1001011 | 101110 |
Color Harmonies of #1D82CF
Complementary color
Monochromatic Colors of #1D82CF
Black with #1D82CF
Text Example
Text Example
White with #1D82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D82CF; }
p { color: rgb(29,130,207); }
H1.HeaderClassName
{
color: #1D82CF;
}
.AnyTagClassName
{
color: #1D82CF;
}
</style>
background-color css
<style>
a { background-color: #1D82CF; }
a { background-color: rgb(29,130,207); }
div.DivClassName
{
background-color: #1D82CF;
}
.BgClassName
{
background-color: #1D82CF;
}
</style>
border-color css
<style>
span { border-color: #1D82CF; }
span { border-color: rgb(29,130,207); }
td.TdClassName
{
border-color: #1D82CF;
}
.TagClassName
{
border-color: #1D82CF;
}
</style>