Shades of Dodger Blue #098BF8
Tints of Dodger Blue #098BF8
RGB
CMYK
RGB Variations
Color information
#098BF8 (or 0x098BF8) is known color: Dodger Blue. HEX triplet: 09, 8B and F8. RGB value is (9,139,248). Sum of RGB (Red+Green+Blue) = 9+139+248=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #098BF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BF8 is #F67407. Grayscale: #6F6F6F. Windows color (decimal): -16151560 or 16288521. OLE color: 16288521.
HSL color Cylindrical-coordinate representation of color #098BF8: hue angle of 207.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 #098BF8 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 139 | 248 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.03 |
| HSL | 207.36º | 0.94% | 0.5% | - |
| HSV(B) | 207.36º | 0.96% | 0.97% | - |
| XYZ | 26.29 | 25.3 | 92.3 | - |
| YUV | 112.56 | 204.43 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 248 | 0.96 | 0.44 | 0 | 0.03 | 207.36 | 0.94 | 0.5 |
| Hex | 9 | 8B | F8 | 60 | 2C | 0 | 3 | CF | 5E | 32 |
| Octal | 11 | 213 | 370 | 140 | 54 | 0 | 3 | 317 | 136 | 62 |
| Binary | 1001 | 10001011 | 11111000 | 1100000 | 101100 | 0 | 11 | 11001111 | 1011110 | 110010 |
Color Harmonies of #098BF8
Complementary color
Monochromatic Colors of #098BF8
Black with #098BF8
Text Example
Text Example
White with #098BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BF8; }
p { color: rgb(9,139,248); }
H1.HeaderClassName
{
color: #098BF8;
}
.AnyTagClassName
{
color: #098BF8;
}
</style>
background-color css
<style>
a { background-color: #098BF8; }
a { background-color: rgb(9,139,248); }
div.DivClassName
{
background-color: #098BF8;
}
.BgClassName
{
background-color: #098BF8;
}
</style>
border-color css
<style>
span { border-color: #098BF8; }
span { border-color: rgb(9,139,248); }
td.TdClassName
{
border-color: #098BF8;
}
.TagClassName
{
border-color: #098BF8;
}
</style>