Shades of Dodger Blue #097EED
Tints of Dodger Blue #097EED
RGB
CMYK
RGB Variations
Color information
#097EED (or 0x097EED) is known color: Dodger Blue. HEX triplet: 09, 7E and ED. RGB value is (9,126,237). Sum of RGB (Red+Green+Blue) = 9+126+237=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #097EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EED is #F68112. Grayscale: #676767. Windows color (decimal): -16154899 or 15564297. OLE color: 15564297.
HSL color Cylindrical-coordinate representation of color #097EED: hue angle of 209.21º 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 #097EED is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 126 | 237 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.07 |
| HSL | 209.21º | 0.93% | 0.48% | - |
| HSV(B) | 209.21º | 0.96% | 0.93% | - |
| XYZ | 22.86 | 21.09 | 82.99 | - |
| YUV | 103.67 | 203.24 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 237 | 0.96 | 0.47 | 0 | 0.07 | 209.21 | 0.93 | 0.48 |
| Hex | 9 | 7E | ED | 60 | 2F | 0 | 7 | D1 | 5D | 30 |
| Octal | 11 | 176 | 355 | 140 | 57 | 0 | 7 | 321 | 135 | 60 |
| Binary | 1001 | 1111110 | 11101101 | 1100000 | 101111 | 0 | 111 | 11010001 | 1011101 | 110000 |
Color Harmonies of #097EED
Complementary color
Monochromatic Colors of #097EED
Black with #097EED
Text Example
Text Example
White with #097EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EED; }
p { color: rgb(9,126,237); }
H1.HeaderClassName
{
color: #097EED;
}
.AnyTagClassName
{
color: #097EED;
}
</style>
background-color css
<style>
a { background-color: #097EED; }
a { background-color: rgb(9,126,237); }
div.DivClassName
{
background-color: #097EED;
}
.BgClassName
{
background-color: #097EED;
}
</style>
border-color css
<style>
span { border-color: #097EED; }
span { border-color: rgb(9,126,237); }
td.TdClassName
{
border-color: #097EED;
}
.TagClassName
{
border-color: #097EED;
}
</style>