Shades of Dodger Blue #097EEA
Tints of Dodger Blue #097EEA
RGB
CMYK
RGB Variations
Color information
#097EEA (or 0x097EEA) is known color: Dodger Blue. HEX triplet: 09, 7E and EA. RGB value is (9,126,234). Sum of RGB (Red+Green+Blue) = 9+126+234=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #097EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EEA is #F68115. Grayscale: #666666. Windows color (decimal): -16154902 or 15367689. OLE color: 15367689.
HSL color Cylindrical-coordinate representation of color #097EEA: hue angle of 208.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EEA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 126 | 234 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.08 |
| HSL | 208.8º | 0.93% | 0.48% | - |
| HSV(B) | 208.8º | 0.96% | 0.92% | - |
| XYZ | 22.42 | 20.92 | 80.7 | - |
| YUV | 103.33 | 201.74 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 234 | 0.96 | 0.46 | 0 | 0.08 | 208.8 | 0.93 | 0.48 |
| Hex | 9 | 7E | EA | 60 | 2E | 0 | 8 | D1 | 5D | 30 |
| Octal | 11 | 176 | 352 | 140 | 56 | 0 | 10 | 321 | 135 | 60 |
| Binary | 1001 | 1111110 | 11101010 | 1100000 | 101110 | 0 | 1000 | 11010001 | 1011101 | 110000 |
Color Harmonies of #097EEA
Complementary color
Monochromatic Colors of #097EEA
Black with #097EEA
Text Example
Text Example
White with #097EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EEA; }
p { color: rgb(9,126,234); }
H1.HeaderClassName
{
color: #097EEA;
}
.AnyTagClassName
{
color: #097EEA;
}
</style>
background-color css
<style>
a { background-color: #097EEA; }
a { background-color: rgb(9,126,234); }
div.DivClassName
{
background-color: #097EEA;
}
.BgClassName
{
background-color: #097EEA;
}
</style>
border-color css
<style>
span { border-color: #097EEA; }
span { border-color: rgb(9,126,234); }
td.TdClassName
{
border-color: #097EEA;
}
.TagClassName
{
border-color: #097EEA;
}
</style>