Shades of Dodger Blue #097EEE
Tints of Dodger Blue #097EEE
RGB
CMYK
RGB Variations
Color information
#097EEE (or 0x097EEE) is known color: Dodger Blue. HEX triplet: 09, 7E and EE. RGB value is (9,126,238). Sum of RGB (Red+Green+Blue) = 9+126+238=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #097EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EEE is #F68111. Grayscale: #676767. Windows color (decimal): -16154898 or 15629833. OLE color: 15629833.
HSL color Cylindrical-coordinate representation of color #097EEE: hue angle of 209.34º 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 #097EEE is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 126 | 238 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.07 |
| HSL | 209.35º | 0.93% | 0.48% | - |
| HSV(B) | 209.35º | 0.96% | 0.93% | - |
| XYZ | 23.01 | 21.15 | 83.76 | - |
| YUV | 103.79 | 203.74 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 238 | 0.96 | 0.47 | 0 | 0.07 | 209.35 | 0.93 | 0.48 |
| Hex | 9 | 7E | EE | 60 | 2F | 0 | 7 | D1 | 5D | 30 |
| Octal | 11 | 176 | 356 | 140 | 57 | 0 | 7 | 321 | 135 | 60 |
| Binary | 1001 | 1111110 | 11101110 | 1100000 | 101111 | 0 | 111 | 11010001 | 1011101 | 110000 |
Color Harmonies of #097EEE
Complementary color
Monochromatic Colors of #097EEE
Black with #097EEE
Text Example
Text Example
White with #097EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EEE; }
p { color: rgb(9,126,238); }
H1.HeaderClassName
{
color: #097EEE;
}
.AnyTagClassName
{
color: #097EEE;
}
</style>
background-color css
<style>
a { background-color: #097EEE; }
a { background-color: rgb(9,126,238); }
div.DivClassName
{
background-color: #097EEE;
}
.BgClassName
{
background-color: #097EEE;
}
</style>
border-color css
<style>
span { border-color: #097EEE; }
span { border-color: rgb(9,126,238); }
td.TdClassName
{
border-color: #097EEE;
}
.TagClassName
{
border-color: #097EEE;
}
</style>