Shades of Iris Blue #0DA7DC
Tints of Iris Blue #0DA7DC
RGB
CMYK
RGB Variations
Color information
#0DA7DC (or 0x0DA7DC) is known color: Iris Blue. HEX triplet: 0D, A7 and DC. RGB value is (13,167,220). Sum of RGB (Red+Green+Blue) = 13+167+220=400 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DA7DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA7DC is #F25823. Grayscale: #7E7E7E. Windows color (decimal): -15882276 or 14460685. OLE color: 14460685.
HSL color Cylindrical-coordinate representation of color #0DA7DC: hue angle of 195.36º degrees, saturation: 0.89, 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 #0DA7DC is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 167 | 220 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.14 |
| HSL | 195.36º | 0.89% | 0.46% | - |
| HSV(B) | 195.36º | 0.94% | 0.86% | - |
| XYZ | 26.9 | 32.89 | 72.64 | - |
| YUV | 127 | 180.48 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 220 | 0.94 | 0.24 | 0 | 0.14 | 195.36 | 0.89 | 0.46 |
| Hex | D | A7 | DC | 5E | 18 | 0 | E | C3 | 59 | 2E |
| Octal | 15 | 247 | 334 | 136 | 30 | 0 | 16 | 303 | 131 | 56 |
| Binary | 1101 | 10100111 | 11011100 | 1011110 | 11000 | 0 | 1110 | 11000011 | 1011001 | 101110 |
Color Harmonies of #0DA7DC
Complementary color
Monochromatic Colors of #0DA7DC
Black with #0DA7DC
Text Example
Text Example
White with #0DA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA7DC; }
p { color: rgb(13,167,220); }
H1.HeaderClassName
{
color: #0DA7DC;
}
.AnyTagClassName
{
color: #0DA7DC;
}
</style>
background-color css
<style>
a { background-color: #0DA7DC; }
a { background-color: rgb(13,167,220); }
div.DivClassName
{
background-color: #0DA7DC;
}
.BgClassName
{
background-color: #0DA7DC;
}
</style>
border-color css
<style>
span { border-color: #0DA7DC; }
span { border-color: rgb(13,167,220); }
td.TdClassName
{
border-color: #0DA7DC;
}
.TagClassName
{
border-color: #0DA7DC;
}
</style>