Shades of Curious Blue #1E7CB6
Tints of Curious Blue #1E7CB6
RGB
CMYK
RGB Variations
Color information
#1E7CB6 (or 0x1E7CB6) is known color: Curious Blue. HEX triplet: 1E, 7C and B6. RGB value is (30,124,182). Sum of RGB (Red+Green+Blue) = 30+124+182=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #1E7CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7CB6 is #E18349. Grayscale: #666666. Windows color (decimal): -14779210 or 11959326. OLE color: 11959326.
HSL color Cylindrical-coordinate representation of color #1E7CB6: hue angle of 202.89º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E7CB6 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 124 | 182 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.29 |
| HSL | 202.89º | 0.72% | 0.42% | - |
| HSV(B) | 202.89º | 0.84% | 0.71% | - |
| XYZ | 16.19 | 18.07 | 46.89 | - |
| YUV | 102.51 | 172.86 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 182 | 0.84 | 0.32 | 0 | 0.29 | 202.89 | 0.72 | 0.42 |
| Hex | 1E | 7C | B6 | 54 | 20 | 0 | 1D | CB | 48 | 2A |
| Octal | 36 | 174 | 266 | 124 | 40 | 0 | 35 | 313 | 110 | 52 |
| Binary | 11110 | 1111100 | 10110110 | 1010100 | 100000 | 0 | 11101 | 11001011 | 1001000 | 101010 |
Color Harmonies of #1E7CB6
Complementary color
Monochromatic Colors of #1E7CB6
Black with #1E7CB6
Text Example
Text Example
White with #1E7CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7CB6; }
p { color: rgb(30,124,182); }
H1.HeaderClassName
{
color: #1E7CB6;
}
.AnyTagClassName
{
color: #1E7CB6;
}
</style>
background-color css
<style>
a { background-color: #1E7CB6; }
a { background-color: rgb(30,124,182); }
div.DivClassName
{
background-color: #1E7CB6;
}
.BgClassName
{
background-color: #1E7CB6;
}
</style>
border-color css
<style>
span { border-color: #1E7CB6; }
span { border-color: rgb(30,124,182); }
td.TdClassName
{
border-color: #1E7CB6;
}
.TagClassName
{
border-color: #1E7CB6;
}
</style>