Shades of Iris Blue #0DA9DB
Tints of Iris Blue #0DA9DB
RGB
CMYK
RGB Variations
Color information
#0DA9DB (or 0x0DA9DB) is known color: Iris Blue. HEX triplet: 0D, A9 and DB. RGB value is (13,169,219). Sum of RGB (Red+Green+Blue) = 13+169+219=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DA9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA9DB is #F25624. Grayscale: #7F7F7F. Windows color (decimal): -15881765 or 14395661. OLE color: 14395661.
HSL color Cylindrical-coordinate representation of color #0DA9DB: hue angle of 194.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA9DB is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 169 | 219 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.14 |
| HSL | 194.56º | 0.89% | 0.45% | - |
| HSV(B) | 194.56º | 0.94% | 0.86% | - |
| XYZ | 27.14 | 33.58 | 72.07 | - |
| YUV | 128.06 | 179.32 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 219 | 0.94 | 0.23 | 0 | 0.14 | 194.56 | 0.89 | 0.45 |
| Hex | D | A9 | DB | 5E | 17 | 0 | E | C3 | 59 | 2D |
| Octal | 15 | 251 | 333 | 136 | 27 | 0 | 16 | 303 | 131 | 55 |
| Binary | 1101 | 10101001 | 11011011 | 1011110 | 10111 | 0 | 1110 | 11000011 | 1011001 | 101101 |
Color Harmonies of #0DA9DB
Complementary color
Monochromatic Colors of #0DA9DB
Black with #0DA9DB
Text Example
Text Example
White with #0DA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA9DB; }
p { color: rgb(13,169,219); }
H1.HeaderClassName
{
color: #0DA9DB;
}
.AnyTagClassName
{
color: #0DA9DB;
}
</style>
background-color css
<style>
a { background-color: #0DA9DB; }
a { background-color: rgb(13,169,219); }
div.DivClassName
{
background-color: #0DA9DB;
}
.BgClassName
{
background-color: #0DA9DB;
}
</style>
border-color css
<style>
span { border-color: #0DA9DB; }
span { border-color: rgb(13,169,219); }
td.TdClassName
{
border-color: #0DA9DB;
}
.TagClassName
{
border-color: #0DA9DB;
}
</style>