Shades of Curious Blue #1E80BD
Tints of Curious Blue #1E80BD
RGB
CMYK
RGB Variations
Color information
#1E80BD (or 0x1E80BD) is known color: Curious Blue. HEX triplet: 1E, 80 and BD. RGB value is (30,128,189). Sum of RGB (Red+Green+Blue) = 30+128+189=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E80BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80BD is #E17F42. Grayscale: #696969. Windows color (decimal): -14778179 or 12419102. OLE color: 12419102.
HSL color Cylindrical-coordinate representation of color #1E80BD: hue angle of 203.02º degrees, saturation: 0.73, 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 #1E80BD is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 128 | 189 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.26 |
| HSL | 203.02º | 0.73% | 0.43% | - |
| HSV(B) | 203.02º | 0.84% | 0.74% | - |
| XYZ | 17.44 | 19.39 | 50.97 | - |
| YUV | 105.65 | 175.03 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 189 | 0.84 | 0.32 | 0 | 0.26 | 203.02 | 0.73 | 0.43 |
| Hex | 1E | 80 | BD | 54 | 20 | 0 | 1A | CB | 49 | 2B |
| Octal | 36 | 200 | 275 | 124 | 40 | 0 | 32 | 313 | 111 | 53 |
| Binary | 11110 | 10000000 | 10111101 | 1010100 | 100000 | 0 | 11010 | 11001011 | 1001001 | 101011 |
Color Harmonies of #1E80BD
Complementary color
Monochromatic Colors of #1E80BD
Black with #1E80BD
Text Example
Text Example
White with #1E80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E80BD; }
p { color: rgb(30,128,189); }
H1.HeaderClassName
{
color: #1E80BD;
}
.AnyTagClassName
{
color: #1E80BD;
}
</style>
background-color css
<style>
a { background-color: #1E80BD; }
a { background-color: rgb(30,128,189); }
div.DivClassName
{
background-color: #1E80BD;
}
.BgClassName
{
background-color: #1E80BD;
}
</style>
border-color css
<style>
span { border-color: #1E80BD; }
span { border-color: rgb(30,128,189); }
td.TdClassName
{
border-color: #1E80BD;
}
.TagClassName
{
border-color: #1E80BD;
}
</style>