Shades of Dodger Blue #097AEC
Tints of Dodger Blue #097AEC
RGB
CMYK
RGB Variations
Color information
#097AEC (or 0x097AEC) is known color: Dodger Blue. HEX triplet: 09, 7A and EC. RGB value is (9,122,236). Sum of RGB (Red+Green+Blue) = 9+122+236=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #097AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AEC is #F68513. Grayscale: #646464. Windows color (decimal): -16155924 or 15497737. OLE color: 15497737.
HSL color Cylindrical-coordinate representation of color #097AEC: hue angle of 210.13º 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 #097AEC is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 122 | 236 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.07 |
| HSL | 210.13º | 0.93% | 0.48% | - |
| HSV(B) | 210.13º | 0.96% | 0.93% | - |
| XYZ | 22.21 | 20.03 | 82.05 | - |
| YUV | 101.21 | 204.06 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 236 | 0.96 | 0.48 | 0 | 0.07 | 210.13 | 0.93 | 0.48 |
| Hex | 9 | 7A | EC | 60 | 30 | 0 | 7 | D2 | 5D | 30 |
| Octal | 11 | 172 | 354 | 140 | 60 | 0 | 7 | 322 | 135 | 60 |
| Binary | 1001 | 1111010 | 11101100 | 1100000 | 110000 | 0 | 111 | 11010010 | 1011101 | 110000 |
Color Harmonies of #097AEC
Complementary color
Monochromatic Colors of #097AEC
Black with #097AEC
Text Example
Text Example
White with #097AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AEC; }
p { color: rgb(9,122,236); }
H1.HeaderClassName
{
color: #097AEC;
}
.AnyTagClassName
{
color: #097AEC;
}
</style>
background-color css
<style>
a { background-color: #097AEC; }
a { background-color: rgb(9,122,236); }
div.DivClassName
{
background-color: #097AEC;
}
.BgClassName
{
background-color: #097AEC;
}
</style>
border-color css
<style>
span { border-color: #097AEC; }
span { border-color: rgb(9,122,236); }
td.TdClassName
{
border-color: #097AEC;
}
.TagClassName
{
border-color: #097AEC;
}
</style>