Shades of Curious Blue #1E80CD
Tints of Curious Blue #1E80CD
RGB
CMYK
RGB Variations
Color information
#1E80CD (or 0x1E80CD) is known color: Curious Blue. HEX triplet: 1E, 80 and CD. RGB value is (30,128,205). Sum of RGB (Red+Green+Blue) = 30+128+205=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E80CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80CD is #E17F32. Grayscale: #6B6B6B. Windows color (decimal): -14778163 or 13467678. OLE color: 13467678.
HSL color Cylindrical-coordinate representation of color #1E80CD: hue angle of 206.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E80CD is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 128 | 205 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.20 |
| HSL | 206.4º | 0.74% | 0.46% | - |
| HSV(B) | 206.4º | 0.85% | 0.8% | - |
| XYZ | 19.27 | 20.12 | 60.63 | - |
| YUV | 107.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 205 | 0.85 | 0.38 | 0 | 0.20 | 206.4 | 0.74 | 0.46 |
| Hex | 1E | 80 | CD | 55 | 26 | 0 | 14 | CE | 4A | 2E |
| Octal | 36 | 200 | 315 | 125 | 46 | 0 | 24 | 316 | 112 | 56 |
| Binary | 11110 | 10000000 | 11001101 | 1010101 | 100110 | 0 | 10100 | 11001110 | 1001010 | 101110 |
Color Harmonies of #1E80CD
Complementary color
Monochromatic Colors of #1E80CD
Black with #1E80CD
Text Example
Text Example
White with #1E80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E80CD; }
p { color: rgb(30,128,205); }
H1.HeaderClassName
{
color: #1E80CD;
}
.AnyTagClassName
{
color: #1E80CD;
}
</style>
background-color css
<style>
a { background-color: #1E80CD; }
a { background-color: rgb(30,128,205); }
div.DivClassName
{
background-color: #1E80CD;
}
.BgClassName
{
background-color: #1E80CD;
}
</style>
border-color css
<style>
span { border-color: #1E80CD; }
span { border-color: rgb(30,128,205); }
td.TdClassName
{
border-color: #1E80CD;
}
.TagClassName
{
border-color: #1E80CD;
}
</style>