Shades of Dodger Blue #097FEC
Tints of Dodger Blue #097FEC
RGB
CMYK
RGB Variations
Color information
#097FEC (or 0x097FEC) is known color: Dodger Blue. HEX triplet: 09, 7F and EC. RGB value is (9,127,236). Sum of RGB (Red+Green+Blue) = 9+127+236=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #097FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FEC is #F68013. Grayscale: #676767. Windows color (decimal): -16154644 or 15499017. OLE color: 15499017.
HSL color Cylindrical-coordinate representation of color #097FEC: hue angle of 208.81º 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 #097FEC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 127 | 236 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.07 |
| HSL | 208.81º | 0.93% | 0.48% | - |
| HSV(B) | 208.81º | 0.96% | 0.93% | - |
| XYZ | 22.84 | 21.29 | 82.26 | - |
| YUV | 104.14 | 202.41 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 236 | 0.96 | 0.46 | 0 | 0.07 | 208.81 | 0.93 | 0.48 |
| Hex | 9 | 7F | EC | 60 | 2E | 0 | 7 | D1 | 5D | 30 |
| Octal | 11 | 177 | 354 | 140 | 56 | 0 | 7 | 321 | 135 | 60 |
| Binary | 1001 | 1111111 | 11101100 | 1100000 | 101110 | 0 | 111 | 11010001 | 1011101 | 110000 |
Color Harmonies of #097FEC
Complementary color
Monochromatic Colors of #097FEC
Black with #097FEC
Text Example
Text Example
White with #097FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FEC; }
p { color: rgb(9,127,236); }
H1.HeaderClassName
{
color: #097FEC;
}
.AnyTagClassName
{
color: #097FEC;
}
</style>
background-color css
<style>
a { background-color: #097FEC; }
a { background-color: rgb(9,127,236); }
div.DivClassName
{
background-color: #097FEC;
}
.BgClassName
{
background-color: #097FEC;
}
</style>
border-color css
<style>
span { border-color: #097FEC; }
span { border-color: rgb(9,127,236); }
td.TdClassName
{
border-color: #097FEC;
}
.TagClassName
{
border-color: #097FEC;
}
</style>