Shades of Dodger Blue #099DF3
Tints of Dodger Blue #099DF3
RGB
CMYK
RGB Variations
Color information
#099DF3 (or 0x099DF3) is known color: Dodger Blue. HEX triplet: 09, 9D and F3. RGB value is (9,157,243). Sum of RGB (Red+Green+Blue) = 9+157+243=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #099DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099DF3 is #F6620C. Grayscale: #7A7A7A. Windows color (decimal): -16146957 or 15965449. OLE color: 15965449.
HSL color Cylindrical-coordinate representation of color #099DF3: hue angle of 202.05º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099DF3 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 157 | 243 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.05 |
| HSL | 202.05º | 0.93% | 0.49% | - |
| HSV(B) | 202.05º | 0.96% | 0.95% | - |
| XYZ | 28.35 | 30.64 | 89.21 | - |
| YUV | 122.55 | 195.97 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 243 | 0.96 | 0.35 | 0 | 0.05 | 202.05 | 0.93 | 0.49 |
| Hex | 9 | 9D | F3 | 60 | 23 | 0 | 5 | CA | 5D | 31 |
| Octal | 11 | 235 | 363 | 140 | 43 | 0 | 5 | 312 | 135 | 61 |
| Binary | 1001 | 10011101 | 11110011 | 1100000 | 100011 | 0 | 101 | 11001010 | 1011101 | 110001 |
Color Harmonies of #099DF3
Complementary color
Monochromatic Colors of #099DF3
Black with #099DF3
Text Example
Text Example
White with #099DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DF3; }
p { color: rgb(9,157,243); }
H1.HeaderClassName
{
color: #099DF3;
}
.AnyTagClassName
{
color: #099DF3;
}
</style>
background-color css
<style>
a { background-color: #099DF3; }
a { background-color: rgb(9,157,243); }
div.DivClassName
{
background-color: #099DF3;
}
.BgClassName
{
background-color: #099DF3;
}
</style>
border-color css
<style>
span { border-color: #099DF3; }
span { border-color: rgb(9,157,243); }
td.TdClassName
{
border-color: #099DF3;
}
.TagClassName
{
border-color: #099DF3;
}
</style>