Shades of Dodger Blue #097EEC
Tints of Dodger Blue #097EEC
RGB
CMYK
RGB Variations
Color information
#097EEC (or 0x097EEC) is known color: Dodger Blue. HEX triplet: 09, 7E and EC. RGB value is (9,126,236). Sum of RGB (Red+Green+Blue) = 9+126+236=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #097EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EEC is #F68113. Grayscale: #676767. Windows color (decimal): -16154900 or 15498761. OLE color: 15498761.
HSL color Cylindrical-coordinate representation of color #097EEC: hue angle of 209.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EEC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 126 | 236 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.07 |
| HSL | 209.07º | 0.93% | 0.48% | - |
| HSV(B) | 209.07º | 0.96% | 0.93% | - |
| XYZ | 22.71 | 21.04 | 82.22 | - |
| YUV | 103.56 | 202.74 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 236 | 0.96 | 0.47 | 0 | 0.07 | 209.07 | 0.93 | 0.48 |
| Hex | 9 | 7E | EC | 60 | 2F | 0 | 7 | D1 | 5D | 30 |
| Octal | 11 | 176 | 354 | 140 | 57 | 0 | 7 | 321 | 135 | 60 |
| Binary | 1001 | 1111110 | 11101100 | 1100000 | 101111 | 0 | 111 | 11010001 | 1011101 | 110000 |
Color Harmonies of #097EEC
Complementary color
Monochromatic Colors of #097EEC
Black with #097EEC
Text Example
Text Example
White with #097EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EEC; }
p { color: rgb(9,126,236); }
H1.HeaderClassName
{
color: #097EEC;
}
.AnyTagClassName
{
color: #097EEC;
}
</style>
background-color css
<style>
a { background-color: #097EEC; }
a { background-color: rgb(9,126,236); }
div.DivClassName
{
background-color: #097EEC;
}
.BgClassName
{
background-color: #097EEC;
}
</style>
border-color css
<style>
span { border-color: #097EEC; }
span { border-color: rgb(9,126,236); }
td.TdClassName
{
border-color: #097EEC;
}
.TagClassName
{
border-color: #097EEC;
}
</style>