Shades of Dodger Blue #097AEF
Tints of Dodger Blue #097AEF
RGB
CMYK
RGB Variations
Color information
#097AEF (or 0x097AEF) is known color: Dodger Blue. HEX triplet: 09, 7A and EF. RGB value is (9,122,239). Sum of RGB (Red+Green+Blue) = 9+122+239=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #097AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AEF is #F68510. Grayscale: #646464. Windows color (decimal): -16155921 or 15694345. OLE color: 15694345.
HSL color Cylindrical-coordinate representation of color #097AEF: hue angle of 210.52º 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 #097AEF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 122 | 239 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.06 |
| HSL | 210.52º | 0.93% | 0.49% | - |
| HSV(B) | 210.52º | 0.96% | 0.94% | - |
| XYZ | 22.65 | 20.21 | 84.37 | - |
| YUV | 101.55 | 205.56 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 239 | 0.96 | 0.49 | 0 | 0.06 | 210.52 | 0.93 | 0.49 |
| Hex | 9 | 7A | EF | 60 | 31 | 0 | 6 | D3 | 5D | 31 |
| Octal | 11 | 172 | 357 | 140 | 61 | 0 | 6 | 323 | 135 | 61 |
| Binary | 1001 | 1111010 | 11101111 | 1100000 | 110001 | 0 | 110 | 11010011 | 1011101 | 110001 |
Color Harmonies of #097AEF
Complementary color
Monochromatic Colors of #097AEF
Black with #097AEF
Text Example
Text Example
White with #097AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AEF; }
p { color: rgb(9,122,239); }
H1.HeaderClassName
{
color: #097AEF;
}
.AnyTagClassName
{
color: #097AEF;
}
</style>
background-color css
<style>
a { background-color: #097AEF; }
a { background-color: rgb(9,122,239); }
div.DivClassName
{
background-color: #097AEF;
}
.BgClassName
{
background-color: #097AEF;
}
</style>
border-color css
<style>
span { border-color: #097AEF; }
span { border-color: rgb(9,122,239); }
td.TdClassName
{
border-color: #097AEF;
}
.TagClassName
{
border-color: #097AEF;
}
</style>