Shades of Curious Blue #1E84CE
Tints of Curious Blue #1E84CE
RGB
CMYK
RGB Variations
Color information
#1E84CE (or 0x1E84CE) is known color: Curious Blue. HEX triplet: 1E, 84 and CE. RGB value is (30,132,206). Sum of RGB (Red+Green+Blue) = 30+132+206=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E84CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E84CE is #E17B31. Grayscale: #6D6D6D. Windows color (decimal): -14777138 or 13534238. OLE color: 13534238.
HSL color Cylindrical-coordinate representation of color #1E84CE: hue angle of 205.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E84CE is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 132 | 206 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.19 |
| HSL | 205.23º | 0.75% | 0.46% | - |
| HSV(B) | 205.23º | 0.85% | 0.81% | - |
| XYZ | 19.93 | 21.23 | 61.44 | - |
| YUV | 109.94 | 182.21 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 206 | 0.85 | 0.36 | 0 | 0.19 | 205.23 | 0.75 | 0.46 |
| Hex | 1E | 84 | CE | 55 | 24 | 0 | 13 | CD | 4B | 2E |
| Octal | 36 | 204 | 316 | 125 | 44 | 0 | 23 | 315 | 113 | 56 |
| Binary | 11110 | 10000100 | 11001110 | 1010101 | 100100 | 0 | 10011 | 11001101 | 1001011 | 101110 |
Color Harmonies of #1E84CE
Complementary color
Monochromatic Colors of #1E84CE
Black with #1E84CE
Text Example
Text Example
White with #1E84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E84CE; }
p { color: rgb(30,132,206); }
H1.HeaderClassName
{
color: #1E84CE;
}
.AnyTagClassName
{
color: #1E84CE;
}
</style>
background-color css
<style>
a { background-color: #1E84CE; }
a { background-color: rgb(30,132,206); }
div.DivClassName
{
background-color: #1E84CE;
}
.BgClassName
{
background-color: #1E84CE;
}
</style>
border-color css
<style>
span { border-color: #1E84CE; }
span { border-color: rgb(30,132,206); }
td.TdClassName
{
border-color: #1E84CE;
}
.TagClassName
{
border-color: #1E84CE;
}
</style>