Shades of Dodger Blue #098EE8
Tints of Dodger Blue #098EE8
RGB
CMYK
RGB Variations
Color information
#098EE8 (or 0x098EE8) is known color: Dodger Blue. HEX triplet: 09, 8E and E8. RGB value is (9,142,232). Sum of RGB (Red+Green+Blue) = 9+142+232=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 232 (91.02% from 255 or 60.57% from 383); Max value from RGB is 232 - color contains mainly: blue. Hex color #098EE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EE8 is #F67117. Grayscale: #707070. Windows color (decimal): -16150808 or 15240713. OLE color: 15240713.
HSL color Cylindrical-coordinate representation of color #098EE8: hue angle of 204.22º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098EE8 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 142 | 232 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.09 |
| HSL | 204.22º | 0.93% | 0.47% | - |
| HSV(B) | 204.22º | 0.96% | 0.91% | - |
| XYZ | 24.35 | 25.23 | 79.93 | - |
| YUV | 112.49 | 195.44 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 232 | 0.96 | 0.39 | 0 | 0.09 | 204.22 | 0.93 | 0.47 |
| Hex | 9 | 8E | E8 | 60 | 27 | 0 | 9 | CC | 5D | 2F |
| Octal | 11 | 216 | 350 | 140 | 47 | 0 | 11 | 314 | 135 | 57 |
| Binary | 1001 | 10001110 | 11101000 | 1100000 | 100111 | 0 | 1001 | 11001100 | 1011101 | 101111 |
Color Harmonies of #098EE8
Complementary color
Monochromatic Colors of #098EE8
Black with #098EE8
Text Example
Text Example
White with #098EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EE8; }
p { color: rgb(9,142,232); }
H1.HeaderClassName
{
color: #098EE8;
}
.AnyTagClassName
{
color: #098EE8;
}
</style>
background-color css
<style>
a { background-color: #098EE8; }
a { background-color: rgb(9,142,232); }
div.DivClassName
{
background-color: #098EE8;
}
.BgClassName
{
background-color: #098EE8;
}
</style>
border-color css
<style>
span { border-color: #098EE8; }
span { border-color: rgb(9,142,232); }
td.TdClassName
{
border-color: #098EE8;
}
.TagClassName
{
border-color: #098EE8;
}
</style>