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