Shades of Dodger Blue #097DFB
Tints of Dodger Blue #097DFB
RGB
CMYK
RGB Variations
Color information
#097DFB (or 0x097DFB) is known color: Dodger Blue. HEX triplet: 09, 7D and FB. RGB value is (9,125,251). Sum of RGB (Red+Green+Blue) = 9+125+251=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #097DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DFB is #F68204. Grayscale: #686868. Windows color (decimal): -16155141 or 16481545. OLE color: 16481545.
HSL color Cylindrical-coordinate representation of color #097DFB: hue angle of 211.24º degrees, saturation: 0.97, 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 #097DFB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 125 | 251 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.02 |
| HSL | 211.24º | 0.97% | 0.51% | - |
| HSV(B) | 211.24º | 0.96% | 0.98% | - |
| XYZ | 24.86 | 21.69 | 94.14 | - |
| YUV | 104.68 | 210.57 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 251 | 0.96 | 0.50 | 0 | 0.02 | 211.24 | 0.97 | 0.51 |
| Hex | 9 | 7D | FB | 60 | 32 | 0 | 2 | D3 | 61 | 33 |
| Octal | 11 | 175 | 373 | 140 | 62 | 0 | 2 | 323 | 141 | 63 |
| Binary | 1001 | 1111101 | 11111011 | 1100000 | 110010 | 0 | 10 | 11010011 | 1100001 | 110011 |
Color Harmonies of #097DFB
Complementary color
Monochromatic Colors of #097DFB
Black with #097DFB
Text Example
Text Example
White with #097DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DFB; }
p { color: rgb(9,125,251); }
H1.HeaderClassName
{
color: #097DFB;
}
.AnyTagClassName
{
color: #097DFB;
}
</style>
background-color css
<style>
a { background-color: #097DFB; }
a { background-color: rgb(9,125,251); }
div.DivClassName
{
background-color: #097DFB;
}
.BgClassName
{
background-color: #097DFB;
}
</style>
border-color css
<style>
span { border-color: #097DFB; }
span { border-color: rgb(9,125,251); }
td.TdClassName
{
border-color: #097DFB;
}
.TagClassName
{
border-color: #097DFB;
}
</style>