Shades of Iris Blue #0DA9DD
Tints of Iris Blue #0DA9DD
RGB
CMYK
RGB Variations
Color information
#0DA9DD (or 0x0DA9DD) is known color: Iris Blue. HEX triplet: 0D, A9 and DD. RGB value is (13,169,221). Sum of RGB (Red+Green+Blue) = 13+169+221=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DA9DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA9DD is #F25622. Grayscale: #7F7F7F. Windows color (decimal): -15881763 or 14526733. OLE color: 14526733.
HSL color Cylindrical-coordinate representation of color #0DA9DD: hue angle of 195º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA9DD is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 169 | 221 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.13 |
| HSL | 195º | 0.89% | 0.46% | - |
| HSV(B) | 195º | 0.94% | 0.87% | - |
| XYZ | 27.41 | 33.68 | 73.46 | - |
| YUV | 128.28 | 180.32 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 221 | 0.94 | 0.24 | 0 | 0.13 | 195 | 0.89 | 0.46 |
| Hex | D | A9 | DD | 5E | 18 | 0 | D | C3 | 59 | 2E |
| Octal | 15 | 251 | 335 | 136 | 30 | 0 | 15 | 303 | 131 | 56 |
| Binary | 1101 | 10101001 | 11011101 | 1011110 | 11000 | 0 | 1101 | 11000011 | 1011001 | 101110 |
Color Harmonies of #0DA9DD
Complementary color
Monochromatic Colors of #0DA9DD
Black with #0DA9DD
Text Example
Text Example
White with #0DA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA9DD; }
p { color: rgb(13,169,221); }
H1.HeaderClassName
{
color: #0DA9DD;
}
.AnyTagClassName
{
color: #0DA9DD;
}
</style>
background-color css
<style>
a { background-color: #0DA9DD; }
a { background-color: rgb(13,169,221); }
div.DivClassName
{
background-color: #0DA9DD;
}
.BgClassName
{
background-color: #0DA9DD;
}
</style>
border-color css
<style>
span { border-color: #0DA9DD; }
span { border-color: rgb(13,169,221); }
td.TdClassName
{
border-color: #0DA9DD;
}
.TagClassName
{
border-color: #0DA9DD;
}
</style>