Shades of Curious Blue #1E83CF
Tints of Curious Blue #1E83CF
RGB
CMYK
RGB Variations
Color information
#1E83CF (or 0x1E83CF) is known color: Curious Blue. HEX triplet: 1E, 83 and CF. RGB value is (30,131,207). Sum of RGB (Red+Green+Blue) = 30+131+207=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E83CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E83CF is #E17C30. Grayscale: #6D6D6D. Windows color (decimal): -14777393 or 13599518. OLE color: 13599518.
HSL color Cylindrical-coordinate representation of color #1E83CF: hue angle of 205.76º 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 #1E83CF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 131 | 207 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.19 |
| HSL | 205.76º | 0.75% | 0.46% | - |
| HSV(B) | 205.76º | 0.86% | 0.81% | - |
| XYZ | 19.91 | 21.01 | 62.04 | - |
| YUV | 109.47 | 183.04 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 207 | 0.86 | 0.37 | 0 | 0.19 | 205.76 | 0.75 | 0.46 |
| Hex | 1E | 83 | CF | 56 | 25 | 0 | 13 | CE | 4B | 2E |
| Octal | 36 | 203 | 317 | 126 | 45 | 0 | 23 | 316 | 113 | 56 |
| Binary | 11110 | 10000011 | 11001111 | 1010110 | 100101 | 0 | 10011 | 11001110 | 1001011 | 101110 |
Color Harmonies of #1E83CF
Complementary color
Monochromatic Colors of #1E83CF
Black with #1E83CF
Text Example
Text Example
White with #1E83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E83CF; }
p { color: rgb(30,131,207); }
H1.HeaderClassName
{
color: #1E83CF;
}
.AnyTagClassName
{
color: #1E83CF;
}
</style>
background-color css
<style>
a { background-color: #1E83CF; }
a { background-color: rgb(30,131,207); }
div.DivClassName
{
background-color: #1E83CF;
}
.BgClassName
{
background-color: #1E83CF;
}
</style>
border-color css
<style>
span { border-color: #1E83CF; }
span { border-color: rgb(30,131,207); }
td.TdClassName
{
border-color: #1E83CF;
}
.TagClassName
{
border-color: #1E83CF;
}
</style>