Shades of Dodger Blue #099CEF
Tints of Dodger Blue #099CEF
RGB
CMYK
RGB Variations
Color information
#099CEF (or 0x099CEF) is known color: Dodger Blue. HEX triplet: 09, 9C and EF. RGB value is (9,156,239). Sum of RGB (Red+Green+Blue) = 9+156+239=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #099CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CEF is #F66310. Grayscale: #797979. Windows color (decimal): -16147217 or 15703049. OLE color: 15703049.
HSL color Cylindrical-coordinate representation of color #099CEF: hue angle of 201.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CEF is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 156 | 239 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.06 |
| HSL | 201.65º | 0.93% | 0.49% | - |
| HSV(B) | 201.65º | 0.96% | 0.94% | - |
| XYZ | 27.58 | 30.07 | 86.01 | - |
| YUV | 121.51 | 194.3 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 239 | 0.96 | 0.35 | 0 | 0.06 | 201.65 | 0.93 | 0.49 |
| Hex | 9 | 9C | EF | 60 | 23 | 0 | 6 | CA | 5D | 31 |
| Octal | 11 | 234 | 357 | 140 | 43 | 0 | 6 | 312 | 135 | 61 |
| Binary | 1001 | 10011100 | 11101111 | 1100000 | 100011 | 0 | 110 | 11001010 | 1011101 | 110001 |
Color Harmonies of #099CEF
Complementary color
Monochromatic Colors of #099CEF
Black with #099CEF
Text Example
Text Example
White with #099CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CEF; }
p { color: rgb(9,156,239); }
H1.HeaderClassName
{
color: #099CEF;
}
.AnyTagClassName
{
color: #099CEF;
}
</style>
background-color css
<style>
a { background-color: #099CEF; }
a { background-color: rgb(9,156,239); }
div.DivClassName
{
background-color: #099CEF;
}
.BgClassName
{
background-color: #099CEF;
}
</style>
border-color css
<style>
span { border-color: #099CEF; }
span { border-color: rgb(9,156,239); }
td.TdClassName
{
border-color: #099CEF;
}
.TagClassName
{
border-color: #099CEF;
}
</style>