Shades of Curious Blue #1E85CF
Tints of Curious Blue #1E85CF
RGB
CMYK
RGB Variations
Color information
#1E85CF (or 0x1E85CF) is known color: Curious Blue. HEX triplet: 1E, 85 and CF. RGB value is (30,133,207). Sum of RGB (Red+Green+Blue) = 30+133+207=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E85CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E85CF is #E17A30. Grayscale: #6E6E6E. Windows color (decimal): -14776881 or 13600030. OLE color: 13600030.
HSL color Cylindrical-coordinate representation of color #1E85CF: hue angle of 205.08º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E85CF is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 133 | 207 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.19 |
| HSL | 205.08º | 0.75% | 0.46% | - |
| HSV(B) | 205.08º | 0.86% | 0.81% | - |
| XYZ | 20.19 | 21.56 | 62.13 | - |
| YUV | 110.64 | 182.38 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 207 | 0.86 | 0.36 | 0 | 0.19 | 205.08 | 0.75 | 0.46 |
| Hex | 1E | 85 | CF | 56 | 24 | 0 | 13 | CD | 4B | 2E |
| Octal | 36 | 205 | 317 | 126 | 44 | 0 | 23 | 315 | 113 | 56 |
| Binary | 11110 | 10000101 | 11001111 | 1010110 | 100100 | 0 | 10011 | 11001101 | 1001011 | 101110 |
Color Harmonies of #1E85CF
Complementary color
Monochromatic Colors of #1E85CF
Black with #1E85CF
Text Example
Text Example
White with #1E85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E85CF; }
p { color: rgb(30,133,207); }
H1.HeaderClassName
{
color: #1E85CF;
}
.AnyTagClassName
{
color: #1E85CF;
}
</style>
background-color css
<style>
a { background-color: #1E85CF; }
a { background-color: rgb(30,133,207); }
div.DivClassName
{
background-color: #1E85CF;
}
.BgClassName
{
background-color: #1E85CF;
}
</style>
border-color css
<style>
span { border-color: #1E85CF; }
span { border-color: rgb(30,133,207); }
td.TdClassName
{
border-color: #1E85CF;
}
.TagClassName
{
border-color: #1E85CF;
}
</style>