Shades of Dodger Blue #099CFA
Tints of Dodger Blue #099CFA
RGB
CMYK
RGB Variations
Color information
#099CFA (or 0x099CFA) is known color: Dodger Blue. HEX triplet: 09, 9C and FA. RGB value is (9,156,250). Sum of RGB (Red+Green+Blue) = 9+156+250=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #099CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CFA is #F66305. Grayscale: #7A7A7A. Windows color (decimal): -16147206 or 16423945. OLE color: 16423945.
HSL color Cylindrical-coordinate representation of color #099CFA: hue angle of 203.4º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CFA is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 156 | 250 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.02 |
| HSL | 203.4º | 0.96% | 0.51% | - |
| HSV(B) | 203.4º | 0.96% | 0.98% | - |
| XYZ | 29.26 | 30.74 | 94.83 | - |
| YUV | 122.76 | 199.8 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 250 | 0.96 | 0.38 | 0 | 0.02 | 203.4 | 0.96 | 0.51 |
| Hex | 9 | 9C | FA | 60 | 26 | 0 | 2 | CB | 60 | 33 |
| Octal | 11 | 234 | 372 | 140 | 46 | 0 | 2 | 313 | 140 | 63 |
| Binary | 1001 | 10011100 | 11111010 | 1100000 | 100110 | 0 | 10 | 11001011 | 1100000 | 110011 |
Color Harmonies of #099CFA
Complementary color
Monochromatic Colors of #099CFA
Black with #099CFA
Text Example
Text Example
White with #099CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CFA; }
p { color: rgb(9,156,250); }
H1.HeaderClassName
{
color: #099CFA;
}
.AnyTagClassName
{
color: #099CFA;
}
</style>
background-color css
<style>
a { background-color: #099CFA; }
a { background-color: rgb(9,156,250); }
div.DivClassName
{
background-color: #099CFA;
}
.BgClassName
{
background-color: #099CFA;
}
</style>
border-color css
<style>
span { border-color: #099CFA; }
span { border-color: rgb(9,156,250); }
td.TdClassName
{
border-color: #099CFA;
}
.TagClassName
{
border-color: #099CFA;
}
</style>