Shades of Dodger Blue #098EED
Tints of Dodger Blue #098EED
RGB
CMYK
RGB Variations
Color information
#098EED (or 0x098EED) is known color: Dodger Blue. HEX triplet: 09, 8E and ED. RGB value is (9,142,237). Sum of RGB (Red+Green+Blue) = 9+142+237=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #098EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EED is #F67112. Grayscale: #707070. Windows color (decimal): -16150803 or 15568393. OLE color: 15568393.
HSL color Cylindrical-coordinate representation of color #098EED: hue angle of 205º 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 #098EED is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 142 | 237 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.07 |
| HSL | 205º | 0.93% | 0.48% | - |
| HSV(B) | 205º | 0.96% | 0.93% | - |
| XYZ | 25.07 | 25.52 | 83.72 | - |
| YUV | 113.06 | 197.94 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 237 | 0.96 | 0.40 | 0 | 0.07 | 205 | 0.93 | 0.48 |
| Hex | 9 | 8E | ED | 60 | 28 | 0 | 7 | CD | 5D | 30 |
| Octal | 11 | 216 | 355 | 140 | 50 | 0 | 7 | 315 | 135 | 60 |
| Binary | 1001 | 10001110 | 11101101 | 1100000 | 101000 | 0 | 111 | 11001101 | 1011101 | 110000 |
Color Harmonies of #098EED
Complementary color
Monochromatic Colors of #098EED
Black with #098EED
Text Example
Text Example
White with #098EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EED; }
p { color: rgb(9,142,237); }
H1.HeaderClassName
{
color: #098EED;
}
.AnyTagClassName
{
color: #098EED;
}
</style>
background-color css
<style>
a { background-color: #098EED; }
a { background-color: rgb(9,142,237); }
div.DivClassName
{
background-color: #098EED;
}
.BgClassName
{
background-color: #098EED;
}
</style>
border-color css
<style>
span { border-color: #098EED; }
span { border-color: rgb(9,142,237); }
td.TdClassName
{
border-color: #098EED;
}
.TagClassName
{
border-color: #098EED;
}
</style>