Shades of Dodger Blue #097EEF
Tints of Dodger Blue #097EEF
RGB
CMYK
RGB Variations
Color information
#097EEF (or 0x097EEF) is known color: Dodger Blue. HEX triplet: 09, 7E and EF. RGB value is (9,126,239). Sum of RGB (Red+Green+Blue) = 9+126+239=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #097EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EEF is #F68110. Grayscale: #676767. Windows color (decimal): -16154897 or 15695369. OLE color: 15695369.
HSL color Cylindrical-coordinate representation of color #097EEF: hue angle of 209.48º 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 #097EEF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 126 | 239 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.06 |
| HSL | 209.48º | 0.93% | 0.49% | - |
| HSV(B) | 209.48º | 0.96% | 0.94% | - |
| XYZ | 23.15 | 21.21 | 84.54 | - |
| YUV | 103.9 | 204.24 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 239 | 0.96 | 0.47 | 0 | 0.06 | 209.48 | 0.93 | 0.49 |
| Hex | 9 | 7E | EF | 60 | 2F | 0 | 6 | D1 | 5D | 31 |
| Octal | 11 | 176 | 357 | 140 | 57 | 0 | 6 | 321 | 135 | 61 |
| Binary | 1001 | 1111110 | 11101111 | 1100000 | 101111 | 0 | 110 | 11010001 | 1011101 | 110001 |
Color Harmonies of #097EEF
Complementary color
Monochromatic Colors of #097EEF
Black with #097EEF
Text Example
Text Example
White with #097EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EEF; }
p { color: rgb(9,126,239); }
H1.HeaderClassName
{
color: #097EEF;
}
.AnyTagClassName
{
color: #097EEF;
}
</style>
background-color css
<style>
a { background-color: #097EEF; }
a { background-color: rgb(9,126,239); }
div.DivClassName
{
background-color: #097EEF;
}
.BgClassName
{
background-color: #097EEF;
}
</style>
border-color css
<style>
span { border-color: #097EEF; }
span { border-color: rgb(9,126,239); }
td.TdClassName
{
border-color: #097EEF;
}
.TagClassName
{
border-color: #097EEF;
}
</style>