Shades of Dodger Blue #0098EB
Tints of Dodger Blue #0098EB
RGB
CMYK
RGB Variations
Color information
#0098EB (or 0x0098EB) is known color: Dodger Blue. HEX triplet: 00, 98 and EB. RGB value is (0,152,235). Sum of RGB (Red+Green+Blue) = 0+152+235=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #0098EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0098EB is #FF6714. Grayscale: #737373. Windows color (decimal): -16738069 or 15439872. OLE color: 15439872.
HSL color Cylindrical-coordinate representation of color #0098EB: hue angle of 201.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098EB is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 152 | 235 | - |
| CMYK | 1 | 0.35 | 0 | 0.08 |
| HSL | 201.19º | 1% | 0.46% | - |
| HSV(B) | 201.19º | 1% | 0.92% | - |
| XYZ | 26.22 | 28.45 | 82.71 | - |
| YUV | 116.01 | 195.14 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 235 | 1 | 0.35 | 0 | 0.08 | 201.19 | 1 | 0.46 |
| Hex | 0 | 98 | EB | 64 | 23 | 0 | 8 | C9 | 64 | 2E |
| Octal | 0 | 230 | 353 | 144 | 43 | 0 | 10 | 311 | 144 | 56 |
| Binary | 0 | 10011000 | 11101011 | 1100100 | 100011 | 0 | 1000 | 11001001 | 1100100 | 101110 |
Color Harmonies of #0098EB
Complementary color
Monochromatic Colors of #0098EB
Black with #0098EB
Text Example
Text Example
White with #0098EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0098EB; }
p { color: rgb(0,152,235); }
H1.HeaderClassName
{
color: #0098EB;
}
.AnyTagClassName
{
color: #0098EB;
}
</style>
background-color css
<style>
a { background-color: #0098EB; }
a { background-color: rgb(0,152,235); }
div.DivClassName
{
background-color: #0098EB;
}
.BgClassName
{
background-color: #0098EB;
}
</style>
border-color css
<style>
span { border-color: #0098EB; }
span { border-color: rgb(0,152,235); }
td.TdClassName
{
border-color: #0098EB;
}
.TagClassName
{
border-color: #0098EB;
}
</style>