Shades of Dodger Blue #098EF8
Tints of Dodger Blue #098EF8
RGB
CMYK
RGB Variations
Color information
#098EF8 (or 0x098EF8) is known color: Dodger Blue. HEX triplet: 09, 8E and F8. RGB value is (9,142,248). Sum of RGB (Red+Green+Blue) = 9+142+248=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #098EF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EF8 is #F67107. Grayscale: #717171. Windows color (decimal): -16150792 or 16289289. OLE color: 16289289.
HSL color Cylindrical-coordinate representation of color #098EF8: hue angle of 206.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098EF8 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 142 | 248 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.03 |
| HSL | 206.61º | 0.94% | 0.5% | - |
| HSV(B) | 206.61º | 0.96% | 0.97% | - |
| XYZ | 26.73 | 26.18 | 92.45 | - |
| YUV | 114.32 | 203.44 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 248 | 0.96 | 0.43 | 0 | 0.03 | 206.61 | 0.94 | 0.5 |
| Hex | 9 | 8E | F8 | 60 | 2B | 0 | 3 | CF | 5E | 32 |
| Octal | 11 | 216 | 370 | 140 | 53 | 0 | 3 | 317 | 136 | 62 |
| Binary | 1001 | 10001110 | 11111000 | 1100000 | 101011 | 0 | 11 | 11001111 | 1011110 | 110010 |
Color Harmonies of #098EF8
Complementary color
Monochromatic Colors of #098EF8
Black with #098EF8
Text Example
Text Example
White with #098EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EF8; }
p { color: rgb(9,142,248); }
H1.HeaderClassName
{
color: #098EF8;
}
.AnyTagClassName
{
color: #098EF8;
}
</style>
background-color css
<style>
a { background-color: #098EF8; }
a { background-color: rgb(9,142,248); }
div.DivClassName
{
background-color: #098EF8;
}
.BgClassName
{
background-color: #098EF8;
}
</style>
border-color css
<style>
span { border-color: #098EF8; }
span { border-color: rgb(9,142,248); }
td.TdClassName
{
border-color: #098EF8;
}
.TagClassName
{
border-color: #098EF8;
}
</style>