Shades of Dodger Blue #098FF8
Tints of Dodger Blue #098FF8
RGB
CMYK
RGB Variations
Color information
#098FF8 (or 0x098FF8) is known color: Dodger Blue. HEX triplet: 09, 8F and F8. RGB value is (9,143,248). Sum of RGB (Red+Green+Blue) = 9+143+248=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 248 (97.27% from 255 or 62% from 400); Max value from RGB is 248 - color contains mainly: blue. Hex color #098FF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098FF8 is #F67007. Grayscale: #727272. Windows color (decimal): -16150536 or 16289545. OLE color: 16289545.
HSL color Cylindrical-coordinate representation of color #098FF8: hue angle of 206.36º 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 #098FF8 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 143 | 248 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.03 |
| HSL | 206.36º | 0.94% | 0.5% | - |
| HSV(B) | 206.36º | 0.96% | 0.97% | - |
| XYZ | 26.88 | 26.48 | 92.5 | - |
| YUV | 114.9 | 203.11 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 248 | 0.96 | 0.42 | 0 | 0.03 | 206.36 | 0.94 | 0.5 |
| Hex | 9 | 8F | F8 | 60 | 2A | 0 | 3 | CE | 5E | 32 |
| Octal | 11 | 217 | 370 | 140 | 52 | 0 | 3 | 316 | 136 | 62 |
| Binary | 1001 | 10001111 | 11111000 | 1100000 | 101010 | 0 | 11 | 11001110 | 1011110 | 110010 |
Color Harmonies of #098FF8
Complementary color
Monochromatic Colors of #098FF8
Black with #098FF8
Text Example
Text Example
White with #098FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FF8; }
p { color: rgb(9,143,248); }
H1.HeaderClassName
{
color: #098FF8;
}
.AnyTagClassName
{
color: #098FF8;
}
</style>
background-color css
<style>
a { background-color: #098FF8; }
a { background-color: rgb(9,143,248); }
div.DivClassName
{
background-color: #098FF8;
}
.BgClassName
{
background-color: #098FF8;
}
</style>
border-color css
<style>
span { border-color: #098FF8; }
span { border-color: rgb(9,143,248); }
td.TdClassName
{
border-color: #098FF8;
}
.TagClassName
{
border-color: #098FF8;
}
</style>