Shades of Curious Blue #1E80BC
Tints of Curious Blue #1E80BC
RGB
CMYK
RGB Variations
Color information
#1E80BC (or 0x1E80BC) is known color: Curious Blue. HEX triplet: 1E, 80 and BC. RGB value is (30,128,188). Sum of RGB (Red+Green+Blue) = 30+128+188=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E80BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80BC is #E17F43. Grayscale: #696969. Windows color (decimal): -14778180 or 12353566. OLE color: 12353566.
HSL color Cylindrical-coordinate representation of color #1E80BC: hue angle of 202.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E80BC is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 128 | 188 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.26 |
| HSL | 202.78º | 0.72% | 0.43% | - |
| HSV(B) | 202.78º | 0.84% | 0.74% | - |
| XYZ | 17.33 | 19.35 | 50.4 | - |
| YUV | 105.54 | 174.53 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 188 | 0.84 | 0.32 | 0 | 0.26 | 202.78 | 0.72 | 0.43 |
| Hex | 1E | 80 | BC | 54 | 20 | 0 | 1A | CB | 48 | 2B |
| Octal | 36 | 200 | 274 | 124 | 40 | 0 | 32 | 313 | 110 | 53 |
| Binary | 11110 | 10000000 | 10111100 | 1010100 | 100000 | 0 | 11010 | 11001011 | 1001000 | 101011 |
Color Harmonies of #1E80BC
Complementary color
Monochromatic Colors of #1E80BC
Black with #1E80BC
Text Example
Text Example
White with #1E80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E80BC; }
p { color: rgb(30,128,188); }
H1.HeaderClassName
{
color: #1E80BC;
}
.AnyTagClassName
{
color: #1E80BC;
}
</style>
background-color css
<style>
a { background-color: #1E80BC; }
a { background-color: rgb(30,128,188); }
div.DivClassName
{
background-color: #1E80BC;
}
.BgClassName
{
background-color: #1E80BC;
}
</style>
border-color css
<style>
span { border-color: #1E80BC; }
span { border-color: rgb(30,128,188); }
td.TdClassName
{
border-color: #1E80BC;
}
.TagClassName
{
border-color: #1E80BC;
}
</style>