Shades of Dodger Blue #098EEA
Tints of Dodger Blue #098EEA
RGB
CMYK
RGB Variations
Color information
#098EEA (or 0x098EEA) is known color: Dodger Blue. HEX triplet: 09, 8E and EA. RGB value is (9,142,234). Sum of RGB (Red+Green+Blue) = 9+142+234=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #098EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EEA is #F67115. Grayscale: #707070. Windows color (decimal): -16150806 or 15371785. OLE color: 15371785.
HSL color Cylindrical-coordinate representation of color #098EEA: hue angle of 204.53º 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 #098EEA is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 142 | 234 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.08 |
| HSL | 204.53º | 0.93% | 0.48% | - |
| HSV(B) | 204.53º | 0.96% | 0.92% | - |
| XYZ | 24.64 | 25.34 | 81.44 | - |
| YUV | 112.72 | 196.44 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 234 | 0.96 | 0.39 | 0 | 0.08 | 204.53 | 0.93 | 0.48 |
| Hex | 9 | 8E | EA | 60 | 27 | 0 | 8 | CD | 5D | 30 |
| Octal | 11 | 216 | 352 | 140 | 47 | 0 | 10 | 315 | 135 | 60 |
| Binary | 1001 | 10001110 | 11101010 | 1100000 | 100111 | 0 | 1000 | 11001101 | 1011101 | 110000 |
Color Harmonies of #098EEA
Complementary color
Monochromatic Colors of #098EEA
Black with #098EEA
Text Example
Text Example
White with #098EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EEA; }
p { color: rgb(9,142,234); }
H1.HeaderClassName
{
color: #098EEA;
}
.AnyTagClassName
{
color: #098EEA;
}
</style>
background-color css
<style>
a { background-color: #098EEA; }
a { background-color: rgb(9,142,234); }
div.DivClassName
{
background-color: #098EEA;
}
.BgClassName
{
background-color: #098EEA;
}
</style>
border-color css
<style>
span { border-color: #098EEA; }
span { border-color: rgb(9,142,234); }
td.TdClassName
{
border-color: #098EEA;
}
.TagClassName
{
border-color: #098EEA;
}
</style>