Shades of Dodger Blue #098DEA
Tints of Dodger Blue #098DEA
RGB
CMYK
RGB Variations
Color information
#098DEA (or 0x098DEA) is known color: Dodger Blue. HEX triplet: 09, 8D and EA. RGB value is (9,141,234). Sum of RGB (Red+Green+Blue) = 9+141+234=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #098DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DEA is #F67215. Grayscale: #6F6F6F. Windows color (decimal): -16151062 or 15371529. OLE color: 15371529.
HSL color Cylindrical-coordinate representation of color #098DEA: hue angle of 204.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DEA is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 141 | 234 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.08 |
| HSL | 204.8º | 0.93% | 0.48% | - |
| HSV(B) | 204.8º | 0.96% | 0.92% | - |
| XYZ | 24.49 | 25.05 | 81.39 | - |
| YUV | 112.13 | 196.77 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 234 | 0.96 | 0.40 | 0 | 0.08 | 204.8 | 0.93 | 0.48 |
| Hex | 9 | 8D | EA | 60 | 28 | 0 | 8 | CD | 5D | 30 |
| Octal | 11 | 215 | 352 | 140 | 50 | 0 | 10 | 315 | 135 | 60 |
| Binary | 1001 | 10001101 | 11101010 | 1100000 | 101000 | 0 | 1000 | 11001101 | 1011101 | 110000 |
Color Harmonies of #098DEA
Complementary color
Monochromatic Colors of #098DEA
Black with #098DEA
Text Example
Text Example
White with #098DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DEA; }
p { color: rgb(9,141,234); }
H1.HeaderClassName
{
color: #098DEA;
}
.AnyTagClassName
{
color: #098DEA;
}
</style>
background-color css
<style>
a { background-color: #098DEA; }
a { background-color: rgb(9,141,234); }
div.DivClassName
{
background-color: #098DEA;
}
.BgClassName
{
background-color: #098DEA;
}
</style>
border-color css
<style>
span { border-color: #098DEA; }
span { border-color: rgb(9,141,234); }
td.TdClassName
{
border-color: #098DEA;
}
.TagClassName
{
border-color: #098DEA;
}
</style>