Shades of Curious Blue #1C84CC
Tints of Curious Blue #1C84CC
RGB
CMYK
RGB Variations
Color information
#1C84CC (or 0x1C84CC) is known color: Curious Blue. HEX triplet: 1C, 84 and CC. RGB value is (28,132,204). Sum of RGB (Red+Green+Blue) = 28+132+204=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C84CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C84CC is #E37B33. Grayscale: #6C6C6C. Windows color (decimal): -14908212 or 13403164. OLE color: 13403164.
HSL color Cylindrical-coordinate representation of color #1C84CC: hue angle of 204.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C84CC is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 132 | 204 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.2 |
| HSL | 204.55º | 0.76% | 0.45% | - |
| HSV(B) | 204.55º | 0.86% | 0.8% | - |
| XYZ | 19.63 | 21.11 | 60.17 | - |
| YUV | 109.11 | 181.54 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 204 | 0.86 | 0.35 | 0 | 0.2 | 204.55 | 0.76 | 0.45 |
| Hex | 1C | 84 | CC | 56 | 23 | 0 | 14 | CD | 4C | 2D |
| Octal | 34 | 204 | 314 | 126 | 43 | 0 | 24 | 315 | 114 | 55 |
| Binary | 11100 | 10000100 | 11001100 | 1010110 | 100011 | 0 | 10100 | 11001101 | 1001100 | 101101 |
Color Harmonies of #1C84CC
Complementary color
Monochromatic Colors of #1C84CC
Black with #1C84CC
Text Example
Text Example
White with #1C84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C84CC; }
p { color: rgb(28,132,204); }
H1.HeaderClassName
{
color: #1C84CC;
}
.AnyTagClassName
{
color: #1C84CC;
}
</style>
background-color css
<style>
a { background-color: #1C84CC; }
a { background-color: rgb(28,132,204); }
div.DivClassName
{
background-color: #1C84CC;
}
.BgClassName
{
background-color: #1C84CC;
}
</style>
border-color css
<style>
span { border-color: #1C84CC; }
span { border-color: rgb(28,132,204); }
td.TdClassName
{
border-color: #1C84CC;
}
.TagClassName
{
border-color: #1C84CC;
}
</style>