Shades of Dodger Blue #099FED
Tints of Dodger Blue #099FED
RGB
CMYK
RGB Variations
Color information
#099FED (or 0x099FED) is known color: Dodger Blue. HEX triplet: 09, 9F and ED. RGB value is (9,159,237). Sum of RGB (Red+Green+Blue) = 9+159+237=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #099FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FED is #F66012. Grayscale: #7A7A7A. Windows color (decimal): -16146451 or 15572745. OLE color: 15572745.
HSL color Cylindrical-coordinate representation of color #099FED: hue angle of 200.53º 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 #099FED is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 159 | 237 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.07 |
| HSL | 200.53º | 0.93% | 0.48% | - |
| HSV(B) | 200.53º | 0.96% | 0.93% | - |
| XYZ | 27.8 | 30.97 | 84.63 | - |
| YUV | 123.04 | 192.31 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 237 | 0.96 | 0.33 | 0 | 0.07 | 200.53 | 0.93 | 0.48 |
| Hex | 9 | 9F | ED | 60 | 21 | 0 | 7 | C9 | 5D | 30 |
| Octal | 11 | 237 | 355 | 140 | 41 | 0 | 7 | 311 | 135 | 60 |
| Binary | 1001 | 10011111 | 11101101 | 1100000 | 100001 | 0 | 111 | 11001001 | 1011101 | 110000 |
Color Harmonies of #099FED
Complementary color
Monochromatic Colors of #099FED
Black with #099FED
Text Example
Text Example
White with #099FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FED; }
p { color: rgb(9,159,237); }
H1.HeaderClassName
{
color: #099FED;
}
.AnyTagClassName
{
color: #099FED;
}
</style>
background-color css
<style>
a { background-color: #099FED; }
a { background-color: rgb(9,159,237); }
div.DivClassName
{
background-color: #099FED;
}
.BgClassName
{
background-color: #099FED;
}
</style>
border-color css
<style>
span { border-color: #099FED; }
span { border-color: rgb(9,159,237); }
td.TdClassName
{
border-color: #099FED;
}
.TagClassName
{
border-color: #099FED;
}
</style>