Shades of Dodger Blue #097EF2
Tints of Dodger Blue #097EF2
RGB
CMYK
RGB Variations
Color information
#097EF2 (or 0x097EF2) is known color: Dodger Blue. HEX triplet: 09, 7E and F2. RGB value is (9,126,242). Sum of RGB (Red+Green+Blue) = 9+126+242=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #097EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EF2 is #F6810D. Grayscale: #676767. Windows color (decimal): -16154894 or 15891977. OLE color: 15891977.
HSL color Cylindrical-coordinate representation of color #097EF2: hue angle of 209.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EF2 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 126 | 242 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.05 |
| HSL | 209.87º | 0.93% | 0.49% | - |
| HSV(B) | 209.87º | 0.96% | 0.95% | - |
| XYZ | 23.6 | 21.39 | 86.89 | - |
| YUV | 104.24 | 205.74 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 242 | 0.96 | 0.48 | 0 | 0.05 | 209.87 | 0.93 | 0.49 |
| Hex | 9 | 7E | F2 | 60 | 30 | 0 | 5 | D2 | 5D | 31 |
| Octal | 11 | 176 | 362 | 140 | 60 | 0 | 5 | 322 | 135 | 61 |
| Binary | 1001 | 1111110 | 11110010 | 1100000 | 110000 | 0 | 101 | 11010010 | 1011101 | 110001 |
Color Harmonies of #097EF2
Complementary color
Monochromatic Colors of #097EF2
Black with #097EF2
Text Example
Text Example
White with #097EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EF2; }
p { color: rgb(9,126,242); }
H1.HeaderClassName
{
color: #097EF2;
}
.AnyTagClassName
{
color: #097EF2;
}
</style>
background-color css
<style>
a { background-color: #097EF2; }
a { background-color: rgb(9,126,242); }
div.DivClassName
{
background-color: #097EF2;
}
.BgClassName
{
background-color: #097EF2;
}
</style>
border-color css
<style>
span { border-color: #097EF2; }
span { border-color: rgb(9,126,242); }
td.TdClassName
{
border-color: #097EF2;
}
.TagClassName
{
border-color: #097EF2;
}
</style>