Shades of Dodger Blue #089DF6
Tints of Dodger Blue #089DF6
RGB
CMYK
RGB Variations
Color information
#089DF6 (or 0x089DF6) is known color: Dodger Blue. HEX triplet: 08, 9D and F6. RGB value is (8,157,246). Sum of RGB (Red+Green+Blue) = 8+157+246=411 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #089DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089DF6 is #F76209. Grayscale: #7A7A7A. Windows color (decimal): -16212490 or 16162056. OLE color: 16162056.
HSL color Cylindrical-coordinate representation of color #089DF6: hue angle of 202.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089DF6 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 157 | 246 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.04 |
| HSL | 202.44º | 0.94% | 0.5% | - |
| HSV(B) | 202.44º | 0.97% | 0.96% | - |
| XYZ | 28.79 | 30.82 | 91.62 | - |
| YUV | 122.6 | 197.64 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 246 | 0.97 | 0.36 | 0 | 0.04 | 202.44 | 0.94 | 0.5 |
| Hex | 8 | 9D | F6 | 61 | 24 | 0 | 4 | CA | 5E | 32 |
| Octal | 10 | 235 | 366 | 141 | 44 | 0 | 4 | 312 | 136 | 62 |
| Binary | 1000 | 10011101 | 11110110 | 1100001 | 100100 | 0 | 100 | 11001010 | 1011110 | 110010 |
Color Harmonies of #089DF6
Complementary color
Monochromatic Colors of #089DF6
Black with #089DF6
Text Example
Text Example
White with #089DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DF6; }
p { color: rgb(8,157,246); }
H1.HeaderClassName
{
color: #089DF6;
}
.AnyTagClassName
{
color: #089DF6;
}
</style>
background-color css
<style>
a { background-color: #089DF6; }
a { background-color: rgb(8,157,246); }
div.DivClassName
{
background-color: #089DF6;
}
.BgClassName
{
background-color: #089DF6;
}
</style>
border-color css
<style>
span { border-color: #089DF6; }
span { border-color: rgb(8,157,246); }
td.TdClassName
{
border-color: #089DF6;
}
.TagClassName
{
border-color: #089DF6;
}
</style>