Shades of Dodger Blue #096DFA
Tints of Dodger Blue #096DFA
RGB
CMYK
RGB Variations
Color information
#096DFA (or 0x096DFA) is known color: Dodger Blue. HEX triplet: 09, 6D and FA. RGB value is (9,109,250). Sum of RGB (Red+Green+Blue) = 9+109+250=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #096DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DFA is #F69205. Grayscale: #5E5E5E. Windows color (decimal): -16159238 or 16411913. OLE color: 16411913.
HSL color Cylindrical-coordinate representation of color #096DFA: hue angle of 215.1º 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 #096DFA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 109 | 250 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.02 |
| HSL | 215.1º | 0.96% | 0.51% | - |
| HSV(B) | 215.1º | 0.96% | 0.98% | - |
| XYZ | 22.84 | 17.9 | 92.69 | - |
| YUV | 95.17 | 215.37 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 250 | 0.96 | 0.56 | 0 | 0.02 | 215.1 | 0.96 | 0.51 |
| Hex | 9 | 6D | FA | 60 | 38 | 0 | 2 | D7 | 60 | 33 |
| Octal | 11 | 155 | 372 | 140 | 70 | 0 | 2 | 327 | 140 | 63 |
| Binary | 1001 | 1101101 | 11111010 | 1100000 | 111000 | 0 | 10 | 11010111 | 1100000 | 110011 |
Color Harmonies of #096DFA
Complementary color
Monochromatic Colors of #096DFA
Black with #096DFA
Text Example
Text Example
White with #096DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DFA; }
p { color: rgb(9,109,250); }
H1.HeaderClassName
{
color: #096DFA;
}
.AnyTagClassName
{
color: #096DFA;
}
</style>
background-color css
<style>
a { background-color: #096DFA; }
a { background-color: rgb(9,109,250); }
div.DivClassName
{
background-color: #096DFA;
}
.BgClassName
{
background-color: #096DFA;
}
</style>
border-color css
<style>
span { border-color: #096DFA; }
span { border-color: rgb(9,109,250); }
td.TdClassName
{
border-color: #096DFA;
}
.TagClassName
{
border-color: #096DFA;
}
</style>