Shades of Dodger Blue #098DFA
Tints of Dodger Blue #098DFA
RGB
CMYK
RGB Variations
Color information
#098DFA (or 0x098DFA) is known color: Dodger Blue. HEX triplet: 09, 8D and FA. RGB value is (9,141,250). Sum of RGB (Red+Green+Blue) = 9+141+250=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #098DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DFA is #F67205. Grayscale: #717171. Windows color (decimal): -16151046 or 16420105. OLE color: 16420105.
HSL color Cylindrical-coordinate representation of color #098DFA: hue angle of 207.14º degrees, saturation: 0.96, 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 #098DFA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 141 | 250 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.02 |
| HSL | 207.14º | 0.96% | 0.51% | - |
| HSV(B) | 207.14º | 0.96% | 0.98% | - |
| XYZ | 26.89 | 26.01 | 94.05 | - |
| YUV | 113.96 | 204.77 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 250 | 0.96 | 0.44 | 0 | 0.02 | 207.14 | 0.96 | 0.51 |
| Hex | 9 | 8D | FA | 60 | 2C | 0 | 2 | CF | 60 | 33 |
| Octal | 11 | 215 | 372 | 140 | 54 | 0 | 2 | 317 | 140 | 63 |
| Binary | 1001 | 10001101 | 11111010 | 1100000 | 101100 | 0 | 10 | 11001111 | 1100000 | 110011 |
Color Harmonies of #098DFA
Complementary color
Monochromatic Colors of #098DFA
Black with #098DFA
Text Example
Text Example
White with #098DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DFA; }
p { color: rgb(9,141,250); }
H1.HeaderClassName
{
color: #098DFA;
}
.AnyTagClassName
{
color: #098DFA;
}
</style>
background-color css
<style>
a { background-color: #098DFA; }
a { background-color: rgb(9,141,250); }
div.DivClassName
{
background-color: #098DFA;
}
.BgClassName
{
background-color: #098DFA;
}
</style>
border-color css
<style>
span { border-color: #098DFA; }
span { border-color: rgb(9,141,250); }
td.TdClassName
{
border-color: #098DFA;
}
.TagClassName
{
border-color: #098DFA;
}
</style>