Shades of Dodger Blue #097FF2
Tints of Dodger Blue #097FF2
RGB
CMYK
RGB Variations
Color information
#097FF2 (or 0x097FF2) is known color: Dodger Blue. HEX triplet: 09, 7F and F2. RGB value is (9,127,242). Sum of RGB (Red+Green+Blue) = 9+127+242=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 242 (94.92% from 255 or 64.02% from 378); Max value from RGB is 242 - color contains mainly: blue. Hex color #097FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FF2 is #F6800D. Grayscale: #686868. Windows color (decimal): -16154638 or 15892233. OLE color: 15892233.
HSL color Cylindrical-coordinate representation of color #097FF2: hue angle of 209.61º 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 #097FF2 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 127 | 242 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.05 |
| HSL | 209.61º | 0.93% | 0.49% | - |
| HSV(B) | 209.61º | 0.96% | 0.95% | - |
| XYZ | 23.73 | 21.65 | 86.93 | - |
| YUV | 104.83 | 205.41 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 242 | 0.96 | 0.48 | 0 | 0.05 | 209.61 | 0.93 | 0.49 |
| Hex | 9 | 7F | F2 | 60 | 30 | 0 | 5 | D2 | 5D | 31 |
| Octal | 11 | 177 | 362 | 140 | 60 | 0 | 5 | 322 | 135 | 61 |
| Binary | 1001 | 1111111 | 11110010 | 1100000 | 110000 | 0 | 101 | 11010010 | 1011101 | 110001 |
Color Harmonies of #097FF2
Complementary color
Monochromatic Colors of #097FF2
Black with #097FF2
Text Example
Text Example
White with #097FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FF2; }
p { color: rgb(9,127,242); }
H1.HeaderClassName
{
color: #097FF2;
}
.AnyTagClassName
{
color: #097FF2;
}
</style>
background-color css
<style>
a { background-color: #097FF2; }
a { background-color: rgb(9,127,242); }
div.DivClassName
{
background-color: #097FF2;
}
.BgClassName
{
background-color: #097FF2;
}
</style>
border-color css
<style>
span { border-color: #097FF2; }
span { border-color: rgb(9,127,242); }
td.TdClassName
{
border-color: #097FF2;
}
.TagClassName
{
border-color: #097FF2;
}
</style>