Shades of Dodger Blue #097FFF
Tints of Dodger Blue #097FFF
RGB
CMYK
RGB Variations
Color information
#097FFF (or 0x097FFF) is known color: Dodger Blue. HEX triplet: 09, 7F and FF. RGB value is (9,127,255). Sum of RGB (Red+Green+Blue) = 9+127+255=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #097FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FFF is #F68000. Grayscale: #696969. Windows color (decimal): -16154625 or 16744201. OLE color: 16744201.
HSL color Cylindrical-coordinate representation of color #097FFF: hue angle of 211.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FFF is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 127 | 255 | - |
| CMYK | 0.96 | 0.50 | 0 | 0 |
| HSL | 211.22º | 1% | 0.52% | - |
| HSV(B) | 211.22º | 0.96% | 1% | - |
| XYZ | 25.75 | 22.46 | 97.59 | - |
| YUV | 106.31 | 211.91 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 255 | 0.96 | 0.50 | 0 | 0 | 211.22 | 1 | 0.52 |
| Hex | 9 | 7F | FF | 60 | 32 | 0 | 0 | D3 | 64 | 34 |
| Octal | 11 | 177 | 377 | 140 | 62 | 0 | 0 | 323 | 144 | 64 |
| Binary | 1001 | 1111111 | 11111111 | 1100000 | 110010 | 0 | 0 | 11010011 | 1100100 | 110100 |
Color Harmonies of #097FFF
Complementary color
Monochromatic Colors of #097FFF
Black with #097FFF
Text Example
Text Example
White with #097FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FFF; }
p { color: rgb(9,127,255); }
H1.HeaderClassName
{
color: #097FFF;
}
.AnyTagClassName
{
color: #097FFF;
}
</style>
background-color css
<style>
a { background-color: #097FFF; }
a { background-color: rgb(9,127,255); }
div.DivClassName
{
background-color: #097FFF;
}
.BgClassName
{
background-color: #097FFF;
}
</style>
border-color css
<style>
span { border-color: #097FFF; }
span { border-color: rgb(9,127,255); }
td.TdClassName
{
border-color: #097FFF;
}
.TagClassName
{
border-color: #097FFF;
}
</style>