Shades of Curious Blue #1E81BE
Tints of Curious Blue #1E81BE
RGB
CMYK
RGB Variations
Color information
#1E81BE (or 0x1E81BE) is known color: Curious Blue. HEX triplet: 1E, 81 and BE. RGB value is (30,129,190). Sum of RGB (Red+Green+Blue) = 30+129+190=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E81BE is #E17E41. Grayscale: #6A6A6A. Windows color (decimal): -14777922 or 12484894. OLE color: 12484894.
HSL color Cylindrical-coordinate representation of color #1E81BE: hue angle of 202.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E81BE is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 129 | 190 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.25 |
| HSL | 202.88º | 0.73% | 0.43% | - |
| HSV(B) | 202.88º | 0.84% | 0.75% | - |
| XYZ | 17.68 | 19.69 | 51.58 | - |
| YUV | 106.35 | 175.2 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 190 | 0.84 | 0.32 | 0 | 0.25 | 202.88 | 0.73 | 0.43 |
| Hex | 1E | 81 | BE | 54 | 20 | 0 | 19 | CB | 49 | 2B |
| Octal | 36 | 201 | 276 | 124 | 40 | 0 | 31 | 313 | 111 | 53 |
| Binary | 11110 | 10000001 | 10111110 | 1010100 | 100000 | 0 | 11001 | 11001011 | 1001001 | 101011 |
Color Harmonies of #1E81BE
Complementary color
Monochromatic Colors of #1E81BE
Black with #1E81BE
Text Example
Text Example
White with #1E81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E81BE; }
p { color: rgb(30,129,190); }
H1.HeaderClassName
{
color: #1E81BE;
}
.AnyTagClassName
{
color: #1E81BE;
}
</style>
background-color css
<style>
a { background-color: #1E81BE; }
a { background-color: rgb(30,129,190); }
div.DivClassName
{
background-color: #1E81BE;
}
.BgClassName
{
background-color: #1E81BE;
}
</style>
border-color css
<style>
span { border-color: #1E81BE; }
span { border-color: rgb(30,129,190); }
td.TdClassName
{
border-color: #1E81BE;
}
.TagClassName
{
border-color: #1E81BE;
}
</style>