Shades of Dodger Blue #097DF3
Tints of Dodger Blue #097DF3
RGB
CMYK
RGB Variations
Color information
#097DF3 (or 0x097DF3) is known color: Dodger Blue. HEX triplet: 09, 7D and F3. RGB value is (9,125,243). Sum of RGB (Red+Green+Blue) = 9+125+243=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #097DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DF3 is #F6820C. Grayscale: #676767. Windows color (decimal): -16155149 or 15957257. OLE color: 15957257.
HSL color Cylindrical-coordinate representation of color #097DF3: hue angle of 210.26º 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 #097DF3 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 125 | 243 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.05 |
| HSL | 210.26º | 0.93% | 0.49% | - |
| HSV(B) | 210.26º | 0.96% | 0.95% | - |
| XYZ | 23.62 | 21.2 | 87.64 | - |
| YUV | 103.77 | 206.57 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 243 | 0.96 | 0.49 | 0 | 0.05 | 210.26 | 0.93 | 0.49 |
| Hex | 9 | 7D | F3 | 60 | 31 | 0 | 5 | D2 | 5D | 31 |
| Octal | 11 | 175 | 363 | 140 | 61 | 0 | 5 | 322 | 135 | 61 |
| Binary | 1001 | 1111101 | 11110011 | 1100000 | 110001 | 0 | 101 | 11010010 | 1011101 | 110001 |
Color Harmonies of #097DF3
Complementary color
Monochromatic Colors of #097DF3
Black with #097DF3
Text Example
Text Example
White with #097DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DF3; }
p { color: rgb(9,125,243); }
H1.HeaderClassName
{
color: #097DF3;
}
.AnyTagClassName
{
color: #097DF3;
}
</style>
background-color css
<style>
a { background-color: #097DF3; }
a { background-color: rgb(9,125,243); }
div.DivClassName
{
background-color: #097DF3;
}
.BgClassName
{
background-color: #097DF3;
}
</style>
border-color css
<style>
span { border-color: #097DF3; }
span { border-color: rgb(9,125,243); }
td.TdClassName
{
border-color: #097DF3;
}
.TagClassName
{
border-color: #097DF3;
}
</style>