Shades of Curious Blue #1E7DBD
Tints of Curious Blue #1E7DBD
RGB
CMYK
RGB Variations
Color information
#1E7DBD (or 0x1E7DBD) is known color: Curious Blue. HEX triplet: 1E, 7D and BD. RGB value is (30,125,189). Sum of RGB (Red+Green+Blue) = 30+125+189=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E7DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7DBD is #E18242. Grayscale: #676767. Windows color (decimal): -14778947 or 12418334. OLE color: 12418334.
HSL color Cylindrical-coordinate representation of color #1E7DBD: hue angle of 204.15º 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 #1E7DBD is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 125 | 189 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.26 |
| HSL | 204.15º | 0.73% | 0.43% | - |
| HSV(B) | 204.15º | 0.84% | 0.74% | - |
| XYZ | 17.05 | 18.62 | 50.84 | - |
| YUV | 103.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 125 | 189 | 0.84 | 0.34 | 0 | 0.26 | 204.15 | 0.73 | 0.43 |
| Hex | 1E | 7D | BD | 54 | 22 | 0 | 1A | CC | 49 | 2B |
| Octal | 36 | 175 | 275 | 124 | 42 | 0 | 32 | 314 | 111 | 53 |
| Binary | 11110 | 1111101 | 10111101 | 1010100 | 100010 | 0 | 11010 | 11001100 | 1001001 | 101011 |
Color Harmonies of #1E7DBD
Complementary color
Monochromatic Colors of #1E7DBD
Black with #1E7DBD
Text Example
Text Example
White with #1E7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7DBD; }
p { color: rgb(30,125,189); }
H1.HeaderClassName
{
color: #1E7DBD;
}
.AnyTagClassName
{
color: #1E7DBD;
}
</style>
background-color css
<style>
a { background-color: #1E7DBD; }
a { background-color: rgb(30,125,189); }
div.DivClassName
{
background-color: #1E7DBD;
}
.BgClassName
{
background-color: #1E7DBD;
}
</style>
border-color css
<style>
span { border-color: #1E7DBD; }
span { border-color: rgb(30,125,189); }
td.TdClassName
{
border-color: #1E7DBD;
}
.TagClassName
{
border-color: #1E7DBD;
}
</style>