Shades of Dodger Blue #098DF9
Tints of Dodger Blue #098DF9
RGB
CMYK
RGB Variations
Color information
#098DF9 (or 0x098DF9) is known color: Dodger Blue. HEX triplet: 09, 8D and F9. RGB value is (9,141,249). Sum of RGB (Red+Green+Blue) = 9+141+249=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #098DF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DF9 is #F67206. Grayscale: #717171. Windows color (decimal): -16151047 or 16354569. OLE color: 16354569.
HSL color Cylindrical-coordinate representation of color #098DF9: hue angle of 207º degrees, saturation: 0.95, 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 #098DF9 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 141 | 249 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.02 |
| HSL | 207º | 0.95% | 0.51% | - |
| HSV(B) | 207º | 0.96% | 0.98% | - |
| XYZ | 26.74 | 25.95 | 93.22 | - |
| YUV | 113.84 | 204.27 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 249 | 0.96 | 0.43 | 0 | 0.02 | 207 | 0.95 | 0.51 |
| Hex | 9 | 8D | F9 | 60 | 2B | 0 | 2 | CF | 5F | 33 |
| Octal | 11 | 215 | 371 | 140 | 53 | 0 | 2 | 317 | 137 | 63 |
| Binary | 1001 | 10001101 | 11111001 | 1100000 | 101011 | 0 | 10 | 11001111 | 1011111 | 110011 |
Color Harmonies of #098DF9
Complementary color
Monochromatic Colors of #098DF9
Black with #098DF9
Text Example
Text Example
White with #098DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DF9; }
p { color: rgb(9,141,249); }
H1.HeaderClassName
{
color: #098DF9;
}
.AnyTagClassName
{
color: #098DF9;
}
</style>
background-color css
<style>
a { background-color: #098DF9; }
a { background-color: rgb(9,141,249); }
div.DivClassName
{
background-color: #098DF9;
}
.BgClassName
{
background-color: #098DF9;
}
</style>
border-color css
<style>
span { border-color: #098DF9; }
span { border-color: rgb(9,141,249); }
td.TdClassName
{
border-color: #098DF9;
}
.TagClassName
{
border-color: #098DF9;
}
</style>