Shades of Dodger Blue #097AF0
Tints of Dodger Blue #097AF0
RGB
CMYK
RGB Variations
Color information
#097AF0 (or 0x097AF0) is known color: Dodger Blue. HEX triplet: 09, 7A and F0. RGB value is (9,122,240). Sum of RGB (Red+Green+Blue) = 9+122+240=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #097AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AF0 is #F6850F. Grayscale: #656565. Windows color (decimal): -16155920 or 15759881. OLE color: 15759881.
HSL color Cylindrical-coordinate representation of color #097AF0: hue angle of 210.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097AF0 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 122 | 240 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.06 |
| HSL | 210.65º | 0.93% | 0.49% | - |
| HSV(B) | 210.65º | 0.96% | 0.94% | - |
| XYZ | 22.8 | 20.27 | 85.15 | - |
| YUV | 101.67 | 206.06 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 240 | 0.96 | 0.49 | 0 | 0.06 | 210.65 | 0.93 | 0.49 |
| Hex | 9 | 7A | F0 | 60 | 31 | 0 | 6 | D3 | 5D | 31 |
| Octal | 11 | 172 | 360 | 140 | 61 | 0 | 6 | 323 | 135 | 61 |
| Binary | 1001 | 1111010 | 11110000 | 1100000 | 110001 | 0 | 110 | 11010011 | 1011101 | 110001 |
Color Harmonies of #097AF0
Complementary color
Monochromatic Colors of #097AF0
Black with #097AF0
Text Example
Text Example
White with #097AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AF0; }
p { color: rgb(9,122,240); }
H1.HeaderClassName
{
color: #097AF0;
}
.AnyTagClassName
{
color: #097AF0;
}
</style>
background-color css
<style>
a { background-color: #097AF0; }
a { background-color: rgb(9,122,240); }
div.DivClassName
{
background-color: #097AF0;
}
.BgClassName
{
background-color: #097AF0;
}
</style>
border-color css
<style>
span { border-color: #097AF0; }
span { border-color: rgb(9,122,240); }
td.TdClassName
{
border-color: #097AF0;
}
.TagClassName
{
border-color: #097AF0;
}
</style>