Shades of Dodger Blue #097DFA
Tints of Dodger Blue #097DFA
RGB
CMYK
RGB Variations
Color information
#097DFA (or 0x097DFA) is known color: Dodger Blue. HEX triplet: 09, 7D and FA. RGB value is (9,125,250). Sum of RGB (Red+Green+Blue) = 9+125+250=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #097DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DFA is #F68205. Grayscale: #676767. Windows color (decimal): -16155142 or 16416009. OLE color: 16416009.
HSL color Cylindrical-coordinate representation of color #097DFA: hue angle of 211.12º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097DFA is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 125 | 250 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.02 |
| HSL | 211.12º | 0.96% | 0.51% | - |
| HSV(B) | 211.12º | 0.96% | 0.98% | - |
| XYZ | 24.7 | 21.63 | 93.32 | - |
| YUV | 104.57 | 210.07 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 250 | 0.96 | 0.50 | 0 | 0.02 | 211.12 | 0.96 | 0.51 |
| Hex | 9 | 7D | FA | 60 | 32 | 0 | 2 | D3 | 60 | 33 |
| Octal | 11 | 175 | 372 | 140 | 62 | 0 | 2 | 323 | 140 | 63 |
| Binary | 1001 | 1111101 | 11111010 | 1100000 | 110010 | 0 | 10 | 11010011 | 1100000 | 110011 |
Color Harmonies of #097DFA
Complementary color
Monochromatic Colors of #097DFA
Black with #097DFA
Text Example
Text Example
White with #097DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DFA; }
p { color: rgb(9,125,250); }
H1.HeaderClassName
{
color: #097DFA;
}
.AnyTagClassName
{
color: #097DFA;
}
</style>
background-color css
<style>
a { background-color: #097DFA; }
a { background-color: rgb(9,125,250); }
div.DivClassName
{
background-color: #097DFA;
}
.BgClassName
{
background-color: #097DFA;
}
</style>
border-color css
<style>
span { border-color: #097DFA; }
span { border-color: rgb(9,125,250); }
td.TdClassName
{
border-color: #097DFA;
}
.TagClassName
{
border-color: #097DFA;
}
</style>