Shades of Dodger Blue #089BF8
Tints of Dodger Blue #089BF8
RGB
CMYK
RGB Variations
Color information
#089BF8 (or 0x089BF8) is known color: Dodger Blue. HEX triplet: 08, 9B and F8. RGB value is (8,155,248). Sum of RGB (Red+Green+Blue) = 8+155+248=411 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #089BF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BF8 is #F76407. Grayscale: #797979. Windows color (decimal): -16213000 or 16292616. OLE color: 16292616.
HSL color Cylindrical-coordinate representation of color #089BF8: hue angle of 203.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089BF8 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 155 | 248 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.03 |
| HSL | 203.25º | 0.94% | 0.5% | - |
| HSV(B) | 203.25º | 0.97% | 0.97% | - |
| XYZ | 28.76 | 30.27 | 93.13 | - |
| YUV | 121.65 | 199.3 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 248 | 0.97 | 0.38 | 0 | 0.03 | 203.25 | 0.94 | 0.5 |
| Hex | 8 | 9B | F8 | 61 | 26 | 0 | 3 | CB | 5E | 32 |
| Octal | 10 | 233 | 370 | 141 | 46 | 0 | 3 | 313 | 136 | 62 |
| Binary | 1000 | 10011011 | 11111000 | 1100001 | 100110 | 0 | 11 | 11001011 | 1011110 | 110010 |
Color Harmonies of #089BF8
Complementary color
Monochromatic Colors of #089BF8
Black with #089BF8
Text Example
Text Example
White with #089BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BF8; }
p { color: rgb(8,155,248); }
H1.HeaderClassName
{
color: #089BF8;
}
.AnyTagClassName
{
color: #089BF8;
}
</style>
background-color css
<style>
a { background-color: #089BF8; }
a { background-color: rgb(8,155,248); }
div.DivClassName
{
background-color: #089BF8;
}
.BgClassName
{
background-color: #089BF8;
}
</style>
border-color css
<style>
span { border-color: #089BF8; }
span { border-color: rgb(8,155,248); }
td.TdClassName
{
border-color: #089BF8;
}
.TagClassName
{
border-color: #089BF8;
}
</style>