Shades of Dodger Blue #097AED
Tints of Dodger Blue #097AED
RGB
CMYK
RGB Variations
Color information
#097AED (or 0x097AED) is known color: Dodger Blue. HEX triplet: 09, 7A and ED. RGB value is (9,122,237). Sum of RGB (Red+Green+Blue) = 9+122+237=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #097AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AED is #F68512. Grayscale: #646464. Windows color (decimal): -16155923 or 15563273. OLE color: 15563273.
HSL color Cylindrical-coordinate representation of color #097AED: hue angle of 210.26º 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 #097AED is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 122 | 237 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.07 |
| HSL | 210.26º | 0.93% | 0.48% | - |
| HSV(B) | 210.26º | 0.96% | 0.93% | - |
| XYZ | 22.36 | 20.09 | 82.82 | - |
| YUV | 101.32 | 204.56 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 237 | 0.96 | 0.49 | 0 | 0.07 | 210.26 | 0.93 | 0.48 |
| Hex | 9 | 7A | ED | 60 | 31 | 0 | 7 | D2 | 5D | 30 |
| Octal | 11 | 172 | 355 | 140 | 61 | 0 | 7 | 322 | 135 | 60 |
| Binary | 1001 | 1111010 | 11101101 | 1100000 | 110001 | 0 | 111 | 11010010 | 1011101 | 110000 |
Color Harmonies of #097AED
Complementary color
Monochromatic Colors of #097AED
Black with #097AED
Text Example
Text Example
White with #097AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AED; }
p { color: rgb(9,122,237); }
H1.HeaderClassName
{
color: #097AED;
}
.AnyTagClassName
{
color: #097AED;
}
</style>
background-color css
<style>
a { background-color: #097AED; }
a { background-color: rgb(9,122,237); }
div.DivClassName
{
background-color: #097AED;
}
.BgClassName
{
background-color: #097AED;
}
</style>
border-color css
<style>
span { border-color: #097AED; }
span { border-color: rgb(9,122,237); }
td.TdClassName
{
border-color: #097AED;
}
.TagClassName
{
border-color: #097AED;
}
</style>