Shades of Curious Blue #1C86D2
Tints of Curious Blue #1C86D2
RGB
CMYK
RGB Variations
Color information
#1C86D2 (or 0x1C86D2) is known color: Curious Blue. HEX triplet: 1C, 86 and D2. RGB value is (28,134,210). Sum of RGB (Red+Green+Blue) = 28+134+210=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 210 (82.42% from 255 or 56.45% from 372); Max value from RGB is 210 - color contains mainly: blue. Hex color #1C86D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C86D2 is #E3792D. Grayscale: #6E6E6E. Windows color (decimal): -14907694 or 13796892. OLE color: 13796892.
HSL color Cylindrical-coordinate representation of color #1C86D2: hue angle of 205.05º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C86D2 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 134 | 210 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.18 |
| HSL | 205.05º | 0.76% | 0.47% | - |
| HSV(B) | 205.05º | 0.87% | 0.82% | - |
| XYZ | 20.64 | 21.95 | 64.12 | - |
| YUV | 110.97 | 183.88 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 134 | 210 | 0.87 | 0.36 | 0 | 0.18 | 205.05 | 0.76 | 0.47 |
| Hex | 1C | 86 | D2 | 57 | 24 | 0 | 12 | CD | 4C | 2F |
| Octal | 34 | 206 | 322 | 127 | 44 | 0 | 22 | 315 | 114 | 57 |
| Binary | 11100 | 10000110 | 11010010 | 1010111 | 100100 | 0 | 10010 | 11001101 | 1001100 | 101111 |
Color Harmonies of #1C86D2
Complementary color
Monochromatic Colors of #1C86D2
Black with #1C86D2
Text Example
Text Example
White with #1C86D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C86D2; }
p { color: rgb(28,134,210); }
H1.HeaderClassName
{
color: #1C86D2;
}
.AnyTagClassName
{
color: #1C86D2;
}
</style>
background-color css
<style>
a { background-color: #1C86D2; }
a { background-color: rgb(28,134,210); }
div.DivClassName
{
background-color: #1C86D2;
}
.BgClassName
{
background-color: #1C86D2;
}
</style>
border-color css
<style>
span { border-color: #1C86D2; }
span { border-color: rgb(28,134,210); }
td.TdClassName
{
border-color: #1C86D2;
}
.TagClassName
{
border-color: #1C86D2;
}
</style>