Shades of Dodger Blue #098DEE
Tints of Dodger Blue #098DEE
RGB
CMYK
RGB Variations
Color information
#098DEE (or 0x098DEE) is known color: Dodger Blue. HEX triplet: 09, 8D and EE. RGB value is (9,141,238). Sum of RGB (Red+Green+Blue) = 9+141+238=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #098DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DEE is #F67211. Grayscale: #707070. Windows color (decimal): -16151058 or 15633673. OLE color: 15633673.
HSL color Cylindrical-coordinate representation of color #098DEE: hue angle of 205.41º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DEE is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 141 | 238 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.07 |
| HSL | 205.41º | 0.93% | 0.48% | - |
| HSV(B) | 205.41º | 0.96% | 0.93% | - |
| XYZ | 25.07 | 25.28 | 84.45 | - |
| YUV | 112.59 | 198.77 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 238 | 0.96 | 0.41 | 0 | 0.07 | 205.41 | 0.93 | 0.48 |
| Hex | 9 | 8D | EE | 60 | 29 | 0 | 7 | CD | 5D | 30 |
| Octal | 11 | 215 | 356 | 140 | 51 | 0 | 7 | 315 | 135 | 60 |
| Binary | 1001 | 10001101 | 11101110 | 1100000 | 101001 | 0 | 111 | 11001101 | 1011101 | 110000 |
Color Harmonies of #098DEE
Complementary color
Monochromatic Colors of #098DEE
Black with #098DEE
Text Example
Text Example
White with #098DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DEE; }
p { color: rgb(9,141,238); }
H1.HeaderClassName
{
color: #098DEE;
}
.AnyTagClassName
{
color: #098DEE;
}
</style>
background-color css
<style>
a { background-color: #098DEE; }
a { background-color: rgb(9,141,238); }
div.DivClassName
{
background-color: #098DEE;
}
.BgClassName
{
background-color: #098DEE;
}
</style>
border-color css
<style>
span { border-color: #098DEE; }
span { border-color: rgb(9,141,238); }
td.TdClassName
{
border-color: #098DEE;
}
.TagClassName
{
border-color: #098DEE;
}
</style>