Shades of Dodger Blue #098DFB
Tints of Dodger Blue #098DFB
RGB
CMYK
RGB Variations
Color information
#098DFB (or 0x098DFB) is known color: Dodger Blue. HEX triplet: 09, 8D and FB. RGB value is (9,141,251). Sum of RGB (Red+Green+Blue) = 9+141+251=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #098DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DFB is #F67204. Grayscale: #717171. Windows color (decimal): -16151045 or 16485641. OLE color: 16485641.
HSL color Cylindrical-coordinate representation of color #098DFB: hue angle of 207.27º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DFB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 141 | 251 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.02 |
| HSL | 207.27º | 0.97% | 0.51% | - |
| HSV(B) | 207.27º | 0.96% | 0.98% | - |
| XYZ | 27.05 | 26.07 | 94.87 | - |
| YUV | 114.07 | 205.27 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 251 | 0.96 | 0.44 | 0 | 0.02 | 207.27 | 0.97 | 0.51 |
| Hex | 9 | 8D | FB | 60 | 2C | 0 | 2 | CF | 61 | 33 |
| Octal | 11 | 215 | 373 | 140 | 54 | 0 | 2 | 317 | 141 | 63 |
| Binary | 1001 | 10001101 | 11111011 | 1100000 | 101100 | 0 | 10 | 11001111 | 1100001 | 110011 |
Color Harmonies of #098DFB
Complementary color
Monochromatic Colors of #098DFB
Black with #098DFB
Text Example
Text Example
White with #098DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DFB; }
p { color: rgb(9,141,251); }
H1.HeaderClassName
{
color: #098DFB;
}
.AnyTagClassName
{
color: #098DFB;
}
</style>
background-color css
<style>
a { background-color: #098DFB; }
a { background-color: rgb(9,141,251); }
div.DivClassName
{
background-color: #098DFB;
}
.BgClassName
{
background-color: #098DFB;
}
</style>
border-color css
<style>
span { border-color: #098DFB; }
span { border-color: rgb(9,141,251); }
td.TdClassName
{
border-color: #098DFB;
}
.TagClassName
{
border-color: #098DFB;
}
</style>