Shades of Dodger Blue #097FF9
Tints of Dodger Blue #097FF9
RGB
CMYK
RGB Variations
Color information
#097FF9 (or 0x097FF9) is known color: Dodger Blue. HEX triplet: 09, 7F and F9. RGB value is (9,127,249). Sum of RGB (Red+Green+Blue) = 9+127+249=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #097FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FF9 is #F68006. Grayscale: #696969. Windows color (decimal): -16154631 or 16350985. OLE color: 16350985.
HSL color Cylindrical-coordinate representation of color #097FF9: hue angle of 210.5º 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 #097FF9 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 127 | 249 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.02 |
| HSL | 210.5º | 0.95% | 0.51% | - |
| HSV(B) | 210.5º | 0.96% | 0.98% | - |
| XYZ | 24.8 | 22.08 | 92.58 | - |
| YUV | 105.63 | 208.91 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 249 | 0.96 | 0.49 | 0 | 0.02 | 210.5 | 0.95 | 0.51 |
| Hex | 9 | 7F | F9 | 60 | 31 | 0 | 2 | D2 | 5F | 33 |
| Octal | 11 | 177 | 371 | 140 | 61 | 0 | 2 | 322 | 137 | 63 |
| Binary | 1001 | 1111111 | 11111001 | 1100000 | 110001 | 0 | 10 | 11010010 | 1011111 | 110011 |
Color Harmonies of #097FF9
Complementary color
Monochromatic Colors of #097FF9
Black with #097FF9
Text Example
Text Example
White with #097FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FF9; }
p { color: rgb(9,127,249); }
H1.HeaderClassName
{
color: #097FF9;
}
.AnyTagClassName
{
color: #097FF9;
}
</style>
background-color css
<style>
a { background-color: #097FF9; }
a { background-color: rgb(9,127,249); }
div.DivClassName
{
background-color: #097FF9;
}
.BgClassName
{
background-color: #097FF9;
}
</style>
border-color css
<style>
span { border-color: #097FF9; }
span { border-color: rgb(9,127,249); }
td.TdClassName
{
border-color: #097FF9;
}
.TagClassName
{
border-color: #097FF9;
}
</style>