Shades of Iris Blue #0EA7DB
Tints of Iris Blue #0EA7DB
RGB
CMYK
RGB Variations
Color information
#0EA7DB (or 0x0EA7DB) is known color: Iris Blue. HEX triplet: 0E, A7 and DB. RGB value is (14,167,219). Sum of RGB (Red+Green+Blue) = 14+167+219=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EA7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA7DB is #F15824. Grayscale: #7E7E7E. Windows color (decimal): -15816741 or 14395150. OLE color: 14395150.
HSL color Cylindrical-coordinate representation of color #0EA7DB: hue angle of 195.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA7DB is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 167 | 219 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.14 |
| HSL | 195.22º | 0.88% | 0.46% | - |
| HSV(B) | 195.22º | 0.94% | 0.86% | - |
| XYZ | 26.79 | 32.85 | 71.95 | - |
| YUV | 127.18 | 179.81 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 219 | 0.94 | 0.24 | 0 | 0.14 | 195.22 | 0.88 | 0.46 |
| Hex | E | A7 | DB | 5E | 18 | 0 | E | C3 | 58 | 2E |
| Octal | 16 | 247 | 333 | 136 | 30 | 0 | 16 | 303 | 130 | 56 |
| Binary | 1110 | 10100111 | 11011011 | 1011110 | 11000 | 0 | 1110 | 11000011 | 1011000 | 101110 |
Color Harmonies of #0EA7DB
Complementary color
Monochromatic Colors of #0EA7DB
Black with #0EA7DB
Text Example
Text Example
White with #0EA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA7DB; }
p { color: rgb(14,167,219); }
H1.HeaderClassName
{
color: #0EA7DB;
}
.AnyTagClassName
{
color: #0EA7DB;
}
</style>
background-color css
<style>
a { background-color: #0EA7DB; }
a { background-color: rgb(14,167,219); }
div.DivClassName
{
background-color: #0EA7DB;
}
.BgClassName
{
background-color: #0EA7DB;
}
</style>
border-color css
<style>
span { border-color: #0EA7DB; }
span { border-color: rgb(14,167,219); }
td.TdClassName
{
border-color: #0EA7DB;
}
.TagClassName
{
border-color: #0EA7DB;
}
</style>