Shades of Dodger Blue #099CEA
Tints of Dodger Blue #099CEA
RGB
CMYK
RGB Variations
Color information
#099CEA (or 0x099CEA) is known color: Dodger Blue. HEX triplet: 09, 9C and EA. RGB value is (9,156,234). Sum of RGB (Red+Green+Blue) = 9+156+234=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #099CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CEA is #F66315. Grayscale: #787878. Windows color (decimal): -16147222 or 15375369. OLE color: 15375369.
HSL color Cylindrical-coordinate representation of color #099CEA: hue angle of 200.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CEA is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 156 | 234 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.08 |
| HSL | 200.8º | 0.93% | 0.48% | - |
| HSV(B) | 200.8º | 0.96% | 0.92% | - |
| XYZ | 26.85 | 29.78 | 82.17 | - |
| YUV | 120.94 | 191.8 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 234 | 0.96 | 0.33 | 0 | 0.08 | 200.8 | 0.93 | 0.48 |
| Hex | 9 | 9C | EA | 60 | 21 | 0 | 8 | C9 | 5D | 30 |
| Octal | 11 | 234 | 352 | 140 | 41 | 0 | 10 | 311 | 135 | 60 |
| Binary | 1001 | 10011100 | 11101010 | 1100000 | 100001 | 0 | 1000 | 11001001 | 1011101 | 110000 |
Color Harmonies of #099CEA
Complementary color
Monochromatic Colors of #099CEA
Black with #099CEA
Text Example
Text Example
White with #099CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CEA; }
p { color: rgb(9,156,234); }
H1.HeaderClassName
{
color: #099CEA;
}
.AnyTagClassName
{
color: #099CEA;
}
</style>
background-color css
<style>
a { background-color: #099CEA; }
a { background-color: rgb(9,156,234); }
div.DivClassName
{
background-color: #099CEA;
}
.BgClassName
{
background-color: #099CEA;
}
</style>
border-color css
<style>
span { border-color: #099CEA; }
span { border-color: rgb(9,156,234); }
td.TdClassName
{
border-color: #099CEA;
}
.TagClassName
{
border-color: #099CEA;
}
</style>