Shades of Dodger Blue #089FE8
Tints of Dodger Blue #089FE8
RGB
CMYK
RGB Variations
Color information
#089FE8 (or 0x089FE8) is known color: Dodger Blue. HEX triplet: 08, 9F and E8. RGB value is (8,159,232). Sum of RGB (Red+Green+Blue) = 8+159+232=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #089FE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089FE8 is #F76017. Grayscale: #797979. Windows color (decimal): -16211992 or 15245064. OLE color: 15245064.
HSL color Cylindrical-coordinate representation of color #089FE8: hue angle of 199.55º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089FE8 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 159 | 232 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.09 |
| HSL | 199.55º | 0.93% | 0.47% | - |
| HSV(B) | 199.55º | 0.97% | 0.91% | - |
| XYZ | 27.06 | 30.67 | 80.84 | - |
| YUV | 122.17 | 189.97 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 232 | 0.97 | 0.31 | 0 | 0.09 | 199.55 | 0.93 | 0.47 |
| Hex | 8 | 9F | E8 | 61 | 1F | 0 | 9 | C8 | 5D | 2F |
| Octal | 10 | 237 | 350 | 141 | 37 | 0 | 11 | 310 | 135 | 57 |
| Binary | 1000 | 10011111 | 11101000 | 1100001 | 11111 | 0 | 1001 | 11001000 | 1011101 | 101111 |
Color Harmonies of #089FE8
Complementary color
Monochromatic Colors of #089FE8
Black with #089FE8
Text Example
Text Example
White with #089FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FE8; }
p { color: rgb(8,159,232); }
H1.HeaderClassName
{
color: #089FE8;
}
.AnyTagClassName
{
color: #089FE8;
}
</style>
background-color css
<style>
a { background-color: #089FE8; }
a { background-color: rgb(8,159,232); }
div.DivClassName
{
background-color: #089FE8;
}
.BgClassName
{
background-color: #089FE8;
}
</style>
border-color css
<style>
span { border-color: #089FE8; }
span { border-color: rgb(8,159,232); }
td.TdClassName
{
border-color: #089FE8;
}
.TagClassName
{
border-color: #089FE8;
}
</style>