Shades of Dodger Blue #089BFA
Tints of Dodger Blue #089BFA
RGB
CMYK
RGB Variations
Color information
#089BFA (or 0x089BFA) is known color: Dodger Blue. HEX triplet: 08, 9B and FA. RGB value is (8,155,250). Sum of RGB (Red+Green+Blue) = 8+155+250=413 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #089BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BFA is #F76405. Grayscale: #797979. Windows color (decimal): -16212998 or 16423688. OLE color: 16423688.
HSL color Cylindrical-coordinate representation of color #089BFA: hue angle of 203.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089BFA is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 155 | 250 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.02 |
| HSL | 203.55º | 0.96% | 0.51% | - |
| HSV(B) | 203.55º | 0.97% | 0.98% | - |
| XYZ | 29.08 | 30.4 | 94.78 | - |
| YUV | 121.88 | 200.3 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 250 | 0.97 | 0.38 | 0 | 0.02 | 203.55 | 0.96 | 0.51 |
| Hex | 8 | 9B | FA | 61 | 26 | 0 | 2 | CC | 60 | 33 |
| Octal | 10 | 233 | 372 | 141 | 46 | 0 | 2 | 314 | 140 | 63 |
| Binary | 1000 | 10011011 | 11111010 | 1100001 | 100110 | 0 | 10 | 11001100 | 1100000 | 110011 |
Color Harmonies of #089BFA
Complementary color
Monochromatic Colors of #089BFA
Black with #089BFA
Text Example
Text Example
White with #089BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BFA; }
p { color: rgb(8,155,250); }
H1.HeaderClassName
{
color: #089BFA;
}
.AnyTagClassName
{
color: #089BFA;
}
</style>
background-color css
<style>
a { background-color: #089BFA; }
a { background-color: rgb(8,155,250); }
div.DivClassName
{
background-color: #089BFA;
}
.BgClassName
{
background-color: #089BFA;
}
</style>
border-color css
<style>
span { border-color: #089BFA; }
span { border-color: rgb(8,155,250); }
td.TdClassName
{
border-color: #089BFA;
}
.TagClassName
{
border-color: #089BFA;
}
</style>