Shades of Dodger Blue #099DEC
Tints of Dodger Blue #099DEC
RGB
CMYK
RGB Variations
Color information
#099DEC (or 0x099DEC) is known color: Dodger Blue. HEX triplet: 09, 9D and EC. RGB value is (9,157,236). Sum of RGB (Red+Green+Blue) = 9+157+236=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #099DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099DEC is #F66213. Grayscale: #797979. Windows color (decimal): -16146964 or 15506697. OLE color: 15506697.
HSL color Cylindrical-coordinate representation of color #099DEC: hue angle of 200.88º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099DEC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 157 | 236 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.07 |
| HSL | 200.88º | 0.93% | 0.48% | - |
| HSV(B) | 200.88º | 0.96% | 0.93% | - |
| XYZ | 27.31 | 30.23 | 83.75 | - |
| YUV | 121.75 | 192.47 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 236 | 0.96 | 0.33 | 0 | 0.07 | 200.88 | 0.93 | 0.48 |
| Hex | 9 | 9D | EC | 60 | 21 | 0 | 7 | C9 | 5D | 30 |
| Octal | 11 | 235 | 354 | 140 | 41 | 0 | 7 | 311 | 135 | 60 |
| Binary | 1001 | 10011101 | 11101100 | 1100000 | 100001 | 0 | 111 | 11001001 | 1011101 | 110000 |
Color Harmonies of #099DEC
Complementary color
Monochromatic Colors of #099DEC
Black with #099DEC
Text Example
Text Example
White with #099DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DEC; }
p { color: rgb(9,157,236); }
H1.HeaderClassName
{
color: #099DEC;
}
.AnyTagClassName
{
color: #099DEC;
}
</style>
background-color css
<style>
a { background-color: #099DEC; }
a { background-color: rgb(9,157,236); }
div.DivClassName
{
background-color: #099DEC;
}
.BgClassName
{
background-color: #099DEC;
}
</style>
border-color css
<style>
span { border-color: #099DEC; }
span { border-color: rgb(9,157,236); }
td.TdClassName
{
border-color: #099DEC;
}
.TagClassName
{
border-color: #099DEC;
}
</style>