Shades of Dodger Blue #097DF2
Tints of Dodger Blue #097DF2
RGB
CMYK
RGB Variations
Color information
#097DF2 (or 0x097DF2) is known color: Dodger Blue. HEX triplet: 09, 7D and F2. RGB value is (9,125,242). Sum of RGB (Red+Green+Blue) = 9+125+242=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #097DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DF2 is #F6820D. Grayscale: #676767. Windows color (decimal): -16155150 or 15891721. OLE color: 15891721.
HSL color Cylindrical-coordinate representation of color #097DF2: hue angle of 210.13º 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 #097DF2 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 125 | 242 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.05 |
| HSL | 210.13º | 0.93% | 0.49% | - |
| HSV(B) | 210.13º | 0.96% | 0.95% | - |
| XYZ | 23.47 | 21.14 | 86.85 | - |
| YUV | 103.65 | 206.07 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 242 | 0.96 | 0.48 | 0 | 0.05 | 210.13 | 0.93 | 0.49 |
| Hex | 9 | 7D | F2 | 60 | 30 | 0 | 5 | D2 | 5D | 31 |
| Octal | 11 | 175 | 362 | 140 | 60 | 0 | 5 | 322 | 135 | 61 |
| Binary | 1001 | 1111101 | 11110010 | 1100000 | 110000 | 0 | 101 | 11010010 | 1011101 | 110001 |
Color Harmonies of #097DF2
Complementary color
Monochromatic Colors of #097DF2
Black with #097DF2
Text Example
Text Example
White with #097DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DF2; }
p { color: rgb(9,125,242); }
H1.HeaderClassName
{
color: #097DF2;
}
.AnyTagClassName
{
color: #097DF2;
}
</style>
background-color css
<style>
a { background-color: #097DF2; }
a { background-color: rgb(9,125,242); }
div.DivClassName
{
background-color: #097DF2;
}
.BgClassName
{
background-color: #097DF2;
}
</style>
border-color css
<style>
span { border-color: #097DF2; }
span { border-color: rgb(9,125,242); }
td.TdClassName
{
border-color: #097DF2;
}
.TagClassName
{
border-color: #097DF2;
}
</style>