Shades of Dodger Blue #097FFA
Tints of Dodger Blue #097FFA
RGB
CMYK
RGB Variations
Color information
#097FFA (or 0x097FFA) is known color: Dodger Blue. HEX triplet: 09, 7F and FA. RGB value is (9,127,250). Sum of RGB (Red+Green+Blue) = 9+127+250=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #097FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FFA is #F68005. Grayscale: #696969. Windows color (decimal): -16154630 or 16416521. OLE color: 16416521.
HSL color Cylindrical-coordinate representation of color #097FFA: hue angle of 210.62º 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 #097FFA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 127 | 250 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.02 |
| HSL | 210.62º | 0.96% | 0.51% | - |
| HSV(B) | 210.62º | 0.96% | 0.98% | - |
| XYZ | 24.96 | 22.14 | 93.4 | - |
| YUV | 105.74 | 209.41 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 250 | 0.96 | 0.49 | 0 | 0.02 | 210.62 | 0.96 | 0.51 |
| Hex | 9 | 7F | FA | 60 | 31 | 0 | 2 | D3 | 60 | 33 |
| Octal | 11 | 177 | 372 | 140 | 61 | 0 | 2 | 323 | 140 | 63 |
| Binary | 1001 | 1111111 | 11111010 | 1100000 | 110001 | 0 | 10 | 11010011 | 1100000 | 110011 |
Color Harmonies of #097FFA
Complementary color
Monochromatic Colors of #097FFA
Black with #097FFA
Text Example
Text Example
White with #097FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FFA; }
p { color: rgb(9,127,250); }
H1.HeaderClassName
{
color: #097FFA;
}
.AnyTagClassName
{
color: #097FFA;
}
</style>
background-color css
<style>
a { background-color: #097FFA; }
a { background-color: rgb(9,127,250); }
div.DivClassName
{
background-color: #097FFA;
}
.BgClassName
{
background-color: #097FFA;
}
</style>
border-color css
<style>
span { border-color: #097FFA; }
span { border-color: rgb(9,127,250); }
td.TdClassName
{
border-color: #097FFA;
}
.TagClassName
{
border-color: #097FFA;
}
</style>