Shades of Dodger Blue #097AF7
Tints of Dodger Blue #097AF7
RGB
CMYK
RGB Variations
Color information
#097AF7 (or 0x097AF7) is known color: Dodger Blue. HEX triplet: 09, 7A and F7. RGB value is (9,122,247). Sum of RGB (Red+Green+Blue) = 9+122+247=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #097AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AF7 is #F68508. Grayscale: #656565. Windows color (decimal): -16155913 or 16218633. OLE color: 16218633.
HSL color Cylindrical-coordinate representation of color #097AF7: hue angle of 211.51º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097AF7 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 122 | 247 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.03 |
| HSL | 211.51º | 0.94% | 0.5% | - |
| HSV(B) | 211.51º | 0.96% | 0.97% | - |
| XYZ | 23.86 | 20.69 | 90.73 | - |
| YUV | 102.46 | 209.56 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 247 | 0.96 | 0.51 | 0 | 0.03 | 211.51 | 0.94 | 0.5 |
| Hex | 9 | 7A | F7 | 60 | 33 | 0 | 3 | D4 | 5E | 32 |
| Octal | 11 | 172 | 367 | 140 | 63 | 0 | 3 | 324 | 136 | 62 |
| Binary | 1001 | 1111010 | 11110111 | 1100000 | 110011 | 0 | 11 | 11010100 | 1011110 | 110010 |
Color Harmonies of #097AF7
Complementary color
Monochromatic Colors of #097AF7
Black with #097AF7
Text Example
Text Example
White with #097AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AF7; }
p { color: rgb(9,122,247); }
H1.HeaderClassName
{
color: #097AF7;
}
.AnyTagClassName
{
color: #097AF7;
}
</style>
background-color css
<style>
a { background-color: #097AF7; }
a { background-color: rgb(9,122,247); }
div.DivClassName
{
background-color: #097AF7;
}
.BgClassName
{
background-color: #097AF7;
}
</style>
border-color css
<style>
span { border-color: #097AF7; }
span { border-color: rgb(9,122,247); }
td.TdClassName
{
border-color: #097AF7;
}
.TagClassName
{
border-color: #097AF7;
}
</style>