Shades of Dodger Blue #098DFE
Tints of Dodger Blue #098DFE
RGB
CMYK
RGB Variations
Color information
#098DFE (or 0x098DFE) is known color: Dodger Blue. HEX triplet: 09, 8D and FE. RGB value is (9,141,254). Sum of RGB (Red+Green+Blue) = 9+141+254=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #098DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DFE is #F67201. Grayscale: #717171. Windows color (decimal): -16151042 or 16682249. OLE color: 16682249.
HSL color Cylindrical-coordinate representation of color #098DFE: hue angle of 207.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DFE is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 141 | 254 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.00 |
| HSL | 207.67º | 0.99% | 0.52% | - |
| HSV(B) | 207.67º | 0.96% | 1% | - |
| XYZ | 27.53 | 26.26 | 97.38 | - |
| YUV | 114.41 | 206.77 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 254 | 0.96 | 0.44 | 0 | 0.00 | 207.67 | 0.99 | 0.52 |
| Hex | 9 | 8D | FE | 60 | 2C | 0 | 0 | D0 | 63 | 34 |
| Octal | 11 | 215 | 376 | 140 | 54 | 0 | 0 | 320 | 143 | 64 |
| Binary | 1001 | 10001101 | 11111110 | 1100000 | 101100 | 0 | 0 | 11010000 | 1100011 | 110100 |
Color Harmonies of #098DFE
Complementary color
Monochromatic Colors of #098DFE
Black with #098DFE
Text Example
Text Example
White with #098DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DFE; }
p { color: rgb(9,141,254); }
H1.HeaderClassName
{
color: #098DFE;
}
.AnyTagClassName
{
color: #098DFE;
}
</style>
background-color css
<style>
a { background-color: #098DFE; }
a { background-color: rgb(9,141,254); }
div.DivClassName
{
background-color: #098DFE;
}
.BgClassName
{
background-color: #098DFE;
}
</style>
border-color css
<style>
span { border-color: #098DFE; }
span { border-color: rgb(9,141,254); }
td.TdClassName
{
border-color: #098DFE;
}
.TagClassName
{
border-color: #098DFE;
}
</style>