Shades of Dodger Blue #0099EB
Tints of Dodger Blue #0099EB
RGB
CMYK
RGB Variations
Color information
#0099EB (or 0x0099EB) is known color: Dodger Blue. HEX triplet: 00, 99 and EB. RGB value is (0,153,235). Sum of RGB (Red+Green+Blue) = 0+153+235=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #0099EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0099EB is #FF6614. Grayscale: #747474. Windows color (decimal): -16737813 or 15440128. OLE color: 15440128.
HSL color Cylindrical-coordinate representation of color #0099EB: hue angle of 200.94º 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 #0099EB is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 153 | 235 | - |
| CMYK | 1 | 0.35 | 0 | 0.08 |
| HSL | 200.94º | 1% | 0.46% | - |
| HSV(B) | 200.94º | 1% | 0.92% | - |
| XYZ | 26.39 | 28.78 | 82.76 | - |
| YUV | 116.6 | 194.81 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 235 | 1 | 0.35 | 0 | 0.08 | 200.94 | 1 | 0.46 |
| Hex | 0 | 99 | EB | 64 | 23 | 0 | 8 | C9 | 64 | 2E |
| Octal | 0 | 231 | 353 | 144 | 43 | 0 | 10 | 311 | 144 | 56 |
| Binary | 0 | 10011001 | 11101011 | 1100100 | 100011 | 0 | 1000 | 11001001 | 1100100 | 101110 |
Color Harmonies of #0099EB
Complementary color
Monochromatic Colors of #0099EB
Black with #0099EB
Text Example
Text Example
White with #0099EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099EB; }
p { color: rgb(0,153,235); }
H1.HeaderClassName
{
color: #0099EB;
}
.AnyTagClassName
{
color: #0099EB;
}
</style>
background-color css
<style>
a { background-color: #0099EB; }
a { background-color: rgb(0,153,235); }
div.DivClassName
{
background-color: #0099EB;
}
.BgClassName
{
background-color: #0099EB;
}
</style>
border-color css
<style>
span { border-color: #0099EB; }
span { border-color: rgb(0,153,235); }
td.TdClassName
{
border-color: #0099EB;
}
.TagClassName
{
border-color: #0099EB;
}
</style>