Shades of Iris Blue #0DA8DF
Tints of Iris Blue #0DA8DF
RGB
CMYK
RGB Variations
Color information
#0DA8DF (or 0x0DA8DF) is known color: Iris Blue. HEX triplet: 0D, A8 and DF. RGB value is (13,168,223). Sum of RGB (Red+Green+Blue) = 13+168+223=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DA8DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8DF is #F25720. Grayscale: #7F7F7F. Windows color (decimal): -15882017 or 14657549. OLE color: 14657549.
HSL color Cylindrical-coordinate representation of color #0DA8DF: hue angle of 195.71º 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 #0DA8DF is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 168 | 223 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.13 |
| HSL | 195.71º | 0.89% | 0.46% | - |
| HSV(B) | 195.71º | 0.94% | 0.87% | - |
| XYZ | 27.49 | 33.42 | 74.81 | - |
| YUV | 127.93 | 181.65 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 223 | 0.94 | 0.25 | 0 | 0.13 | 195.71 | 0.89 | 0.46 |
| Hex | D | A8 | DF | 5E | 19 | 0 | D | C4 | 59 | 2E |
| Octal | 15 | 250 | 337 | 136 | 31 | 0 | 15 | 304 | 131 | 56 |
| Binary | 1101 | 10101000 | 11011111 | 1011110 | 11001 | 0 | 1101 | 11000100 | 1011001 | 101110 |
Color Harmonies of #0DA8DF
Complementary color
Monochromatic Colors of #0DA8DF
Black with #0DA8DF
Text Example
Text Example
White with #0DA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA8DF; }
p { color: rgb(13,168,223); }
H1.HeaderClassName
{
color: #0DA8DF;
}
.AnyTagClassName
{
color: #0DA8DF;
}
</style>
background-color css
<style>
a { background-color: #0DA8DF; }
a { background-color: rgb(13,168,223); }
div.DivClassName
{
background-color: #0DA8DF;
}
.BgClassName
{
background-color: #0DA8DF;
}
</style>
border-color css
<style>
span { border-color: #0DA8DF; }
span { border-color: rgb(13,168,223); }
td.TdClassName
{
border-color: #0DA8DF;
}
.TagClassName
{
border-color: #0DA8DF;
}
</style>