Shades of Dodger Blue #097FF8
Tints of Dodger Blue #097FF8
RGB
CMYK
RGB Variations
Color information
#097FF8 (or 0x097FF8) is known color: Dodger Blue. HEX triplet: 09, 7F and F8. RGB value is (9,127,248). Sum of RGB (Red+Green+Blue) = 9+127+248=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 248 (97.27% from 255 or 64.58% from 384); Max value from RGB is 248 - color contains mainly: blue. Hex color #097FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FF8 is #F68007. Grayscale: #686868. Windows color (decimal): -16154632 or 16285449. OLE color: 16285449.
HSL color Cylindrical-coordinate representation of color #097FF8: hue angle of 210.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FF8 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 127 | 248 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.03 |
| HSL | 210.38º | 0.94% | 0.5% | - |
| HSV(B) | 210.38º | 0.96% | 0.97% | - |
| XYZ | 24.65 | 22.01 | 91.76 | - |
| YUV | 105.51 | 208.41 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 248 | 0.96 | 0.49 | 0 | 0.03 | 210.38 | 0.94 | 0.5 |
| Hex | 9 | 7F | F8 | 60 | 31 | 0 | 3 | D2 | 5E | 32 |
| Octal | 11 | 177 | 370 | 140 | 61 | 0 | 3 | 322 | 136 | 62 |
| Binary | 1001 | 1111111 | 11111000 | 1100000 | 110001 | 0 | 11 | 11010010 | 1011110 | 110010 |
Color Harmonies of #097FF8
Complementary color
Monochromatic Colors of #097FF8
Black with #097FF8
Text Example
Text Example
White with #097FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FF8; }
p { color: rgb(9,127,248); }
H1.HeaderClassName
{
color: #097FF8;
}
.AnyTagClassName
{
color: #097FF8;
}
</style>
background-color css
<style>
a { background-color: #097FF8; }
a { background-color: rgb(9,127,248); }
div.DivClassName
{
background-color: #097FF8;
}
.BgClassName
{
background-color: #097FF8;
}
</style>
border-color css
<style>
span { border-color: #097FF8; }
span { border-color: rgb(9,127,248); }
td.TdClassName
{
border-color: #097FF8;
}
.TagClassName
{
border-color: #097FF8;
}
</style>