Shades of Dodger Blue #099CEC
Tints of Dodger Blue #099CEC
RGB
CMYK
RGB Variations
Color information
#099CEC (or 0x099CEC) is known color: Dodger Blue. HEX triplet: 09, 9C and EC. RGB value is (9,156,236). Sum of RGB (Red+Green+Blue) = 9+156+236=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #099CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CEC is #F66313. Grayscale: #787878. Windows color (decimal): -16147220 or 15506441. OLE color: 15506441.
HSL color Cylindrical-coordinate representation of color #099CEC: hue angle of 201.15º 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 #099CEC is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 156 | 236 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.07 |
| HSL | 201.15º | 0.93% | 0.48% | - |
| HSV(B) | 201.15º | 0.96% | 0.93% | - |
| XYZ | 27.14 | 29.89 | 83.7 | - |
| YUV | 121.17 | 192.8 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 236 | 0.96 | 0.34 | 0 | 0.07 | 201.15 | 0.93 | 0.48 |
| Hex | 9 | 9C | EC | 60 | 22 | 0 | 7 | C9 | 5D | 30 |
| Octal | 11 | 234 | 354 | 140 | 42 | 0 | 7 | 311 | 135 | 60 |
| Binary | 1001 | 10011100 | 11101100 | 1100000 | 100010 | 0 | 111 | 11001001 | 1011101 | 110000 |
Color Harmonies of #099CEC
Complementary color
Monochromatic Colors of #099CEC
Black with #099CEC
Text Example
Text Example
White with #099CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CEC; }
p { color: rgb(9,156,236); }
H1.HeaderClassName
{
color: #099CEC;
}
.AnyTagClassName
{
color: #099CEC;
}
</style>
background-color css
<style>
a { background-color: #099CEC; }
a { background-color: rgb(9,156,236); }
div.DivClassName
{
background-color: #099CEC;
}
.BgClassName
{
background-color: #099CEC;
}
</style>
border-color css
<style>
span { border-color: #099CEC; }
span { border-color: rgb(9,156,236); }
td.TdClassName
{
border-color: #099CEC;
}
.TagClassName
{
border-color: #099CEC;
}
</style>