Shades of Dodger Blue #099CF9
Tints of Dodger Blue #099CF9
RGB
CMYK
RGB Variations
Color information
#099CF9 (or 0x099CF9) is known color: Dodger Blue. HEX triplet: 09, 9C and F9. RGB value is (9,156,249). Sum of RGB (Red+Green+Blue) = 9+156+249=414 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #099CF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CF9 is #F66306. Grayscale: #7A7A7A. Windows color (decimal): -16147207 or 16358409. OLE color: 16358409.
HSL color Cylindrical-coordinate representation of color #099CF9: hue angle of 203.25º degrees, saturation: 0.95, 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 #099CF9 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 156 | 249 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.02 |
| HSL | 203.25º | 0.95% | 0.51% | - |
| HSV(B) | 203.25º | 0.96% | 0.98% | - |
| XYZ | 29.1 | 30.67 | 94.01 | - |
| YUV | 122.65 | 199.3 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 249 | 0.96 | 0.37 | 0 | 0.02 | 203.25 | 0.95 | 0.51 |
| Hex | 9 | 9C | F9 | 60 | 25 | 0 | 2 | CB | 5F | 33 |
| Octal | 11 | 234 | 371 | 140 | 45 | 0 | 2 | 313 | 137 | 63 |
| Binary | 1001 | 10011100 | 11111001 | 1100000 | 100101 | 0 | 10 | 11001011 | 1011111 | 110011 |
Color Harmonies of #099CF9
Complementary color
Monochromatic Colors of #099CF9
Black with #099CF9
Text Example
Text Example
White with #099CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CF9; }
p { color: rgb(9,156,249); }
H1.HeaderClassName
{
color: #099CF9;
}
.AnyTagClassName
{
color: #099CF9;
}
</style>
background-color css
<style>
a { background-color: #099CF9; }
a { background-color: rgb(9,156,249); }
div.DivClassName
{
background-color: #099CF9;
}
.BgClassName
{
background-color: #099CF9;
}
</style>
border-color css
<style>
span { border-color: #099CF9; }
span { border-color: rgb(9,156,249); }
td.TdClassName
{
border-color: #099CF9;
}
.TagClassName
{
border-color: #099CF9;
}
</style>