Shades of Dodger Blue #097DEE
Tints of Dodger Blue #097DEE
RGB
CMYK
RGB Variations
Color information
#097DEE (or 0x097DEE) is known color: Dodger Blue. HEX triplet: 09, 7D and EE. RGB value is (9,125,238). Sum of RGB (Red+Green+Blue) = 9+125+238=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #097DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DEE is #F68211. Grayscale: #666666. Windows color (decimal): -16155154 or 15629577. OLE color: 15629577.
HSL color Cylindrical-coordinate representation of color #097DEE: hue angle of 209.61º 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 #097DEE is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 125 | 238 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.07 |
| HSL | 209.61º | 0.93% | 0.48% | - |
| HSV(B) | 209.61º | 0.96% | 0.93% | - |
| XYZ | 22.88 | 20.9 | 83.72 | - |
| YUV | 103.2 | 204.07 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 238 | 0.96 | 0.47 | 0 | 0.07 | 209.61 | 0.93 | 0.48 |
| Hex | 9 | 7D | EE | 60 | 2F | 0 | 7 | D2 | 5D | 30 |
| Octal | 11 | 175 | 356 | 140 | 57 | 0 | 7 | 322 | 135 | 60 |
| Binary | 1001 | 1111101 | 11101110 | 1100000 | 101111 | 0 | 111 | 11010010 | 1011101 | 110000 |
Color Harmonies of #097DEE
Complementary color
Monochromatic Colors of #097DEE
Black with #097DEE
Text Example
Text Example
White with #097DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DEE; }
p { color: rgb(9,125,238); }
H1.HeaderClassName
{
color: #097DEE;
}
.AnyTagClassName
{
color: #097DEE;
}
</style>
background-color css
<style>
a { background-color: #097DEE; }
a { background-color: rgb(9,125,238); }
div.DivClassName
{
background-color: #097DEE;
}
.BgClassName
{
background-color: #097DEE;
}
</style>
border-color css
<style>
span { border-color: #097DEE; }
span { border-color: rgb(9,125,238); }
td.TdClassName
{
border-color: #097DEE;
}
.TagClassName
{
border-color: #097DEE;
}
</style>