Shades of Dodger Blue #098BEF
Tints of Dodger Blue #098BEF
RGB
CMYK
RGB Variations
Color information
#098BEF (or 0x098BEF) is known color: Dodger Blue. HEX triplet: 09, 8B and EF. RGB value is (9,139,239). Sum of RGB (Red+Green+Blue) = 9+139+239=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #098BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BEF is #F67410. Grayscale: #6F6F6F. Windows color (decimal): -16151569 or 15698697. OLE color: 15698697.
HSL color Cylindrical-coordinate representation of color #098BEF: hue angle of 206.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BEF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 139 | 239 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.06 |
| HSL | 206.09º | 0.93% | 0.49% | - |
| HSV(B) | 206.09º | 0.96% | 0.94% | - |
| XYZ | 24.93 | 24.76 | 85.13 | - |
| YUV | 111.53 | 199.93 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 239 | 0.96 | 0.42 | 0 | 0.06 | 206.09 | 0.93 | 0.49 |
| Hex | 9 | 8B | EF | 60 | 2A | 0 | 6 | CE | 5D | 31 |
| Octal | 11 | 213 | 357 | 140 | 52 | 0 | 6 | 316 | 135 | 61 |
| Binary | 1001 | 10001011 | 11101111 | 1100000 | 101010 | 0 | 110 | 11001110 | 1011101 | 110001 |
Color Harmonies of #098BEF
Complementary color
Monochromatic Colors of #098BEF
Black with #098BEF
Text Example
Text Example
White with #098BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BEF; }
p { color: rgb(9,139,239); }
H1.HeaderClassName
{
color: #098BEF;
}
.AnyTagClassName
{
color: #098BEF;
}
</style>
background-color css
<style>
a { background-color: #098BEF; }
a { background-color: rgb(9,139,239); }
div.DivClassName
{
background-color: #098BEF;
}
.BgClassName
{
background-color: #098BEF;
}
</style>
border-color css
<style>
span { border-color: #098BEF; }
span { border-color: rgb(9,139,239); }
td.TdClassName
{
border-color: #098BEF;
}
.TagClassName
{
border-color: #098BEF;
}
</style>