Shades of Dodger Blue #098DE2
Tints of Dodger Blue #098DE2
RGB
CMYK
RGB Variations
Color information
#098DE2 (or 0x098DE2) is known color: Dodger Blue. HEX triplet: 09, 8D and E2. RGB value is (9,141,226). Sum of RGB (Red+Green+Blue) = 9+141+226=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #098DE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DE2 is #F6721D. Grayscale: #6E6E6E. Windows color (decimal): -16151070 or 14847241. OLE color: 14847241.
HSL color Cylindrical-coordinate representation of color #098DE2: hue angle of 203.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DE2 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 141 | 226 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.11 |
| HSL | 203.5º | 0.92% | 0.46% | - |
| HSV(B) | 203.5º | 0.96% | 0.89% | - |
| XYZ | 23.37 | 24.6 | 75.47 | - |
| YUV | 111.22 | 192.77 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 226 | 0.96 | 0.38 | 0 | 0.11 | 203.5 | 0.92 | 0.46 |
| Hex | 9 | 8D | E2 | 60 | 26 | 0 | B | CC | 5C | 2E |
| Octal | 11 | 215 | 342 | 140 | 46 | 0 | 13 | 314 | 134 | 56 |
| Binary | 1001 | 10001101 | 11100010 | 1100000 | 100110 | 0 | 1011 | 11001100 | 1011100 | 101110 |
Color Harmonies of #098DE2
Complementary color
Monochromatic Colors of #098DE2
Black with #098DE2
Text Example
Text Example
White with #098DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DE2; }
p { color: rgb(9,141,226); }
H1.HeaderClassName
{
color: #098DE2;
}
.AnyTagClassName
{
color: #098DE2;
}
</style>
background-color css
<style>
a { background-color: #098DE2; }
a { background-color: rgb(9,141,226); }
div.DivClassName
{
background-color: #098DE2;
}
.BgClassName
{
background-color: #098DE2;
}
</style>
border-color css
<style>
span { border-color: #098DE2; }
span { border-color: rgb(9,141,226); }
td.TdClassName
{
border-color: #098DE2;
}
.TagClassName
{
border-color: #098DE2;
}
</style>