Shades of Dodger Blue #096DF5
Tints of Dodger Blue #096DF5
RGB
CMYK
RGB Variations
Color information
#096DF5 (or 0x096DF5) is known color: Dodger Blue. HEX triplet: 09, 6D and F5. RGB value is (9,109,245). Sum of RGB (Red+Green+Blue) = 9+109+245=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 245 (96.09% from 255 or 67.49% from 363); Max value from RGB is 245 - color contains mainly: blue. Hex color #096DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DF5 is #F6920A. Grayscale: #5D5D5D. Windows color (decimal): -16159243 or 16084233. OLE color: 16084233.
HSL color Cylindrical-coordinate representation of color #096DF5: hue angle of 214.58º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DF5 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 109 | 245 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.04 |
| HSL | 214.58º | 0.93% | 0.5% | - |
| HSV(B) | 214.58º | 0.96% | 0.96% | - |
| XYZ | 22.06 | 17.59 | 88.62 | - |
| YUV | 94.6 | 212.87 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 245 | 0.96 | 0.56 | 0 | 0.04 | 214.58 | 0.93 | 0.5 |
| Hex | 9 | 6D | F5 | 60 | 38 | 0 | 4 | D7 | 5D | 32 |
| Octal | 11 | 155 | 365 | 140 | 70 | 0 | 4 | 327 | 135 | 62 |
| Binary | 1001 | 1101101 | 11110101 | 1100000 | 111000 | 0 | 100 | 11010111 | 1011101 | 110010 |
Color Harmonies of #096DF5
Complementary color
Monochromatic Colors of #096DF5
Black with #096DF5
Text Example
Text Example
White with #096DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DF5; }
p { color: rgb(9,109,245); }
H1.HeaderClassName
{
color: #096DF5;
}
.AnyTagClassName
{
color: #096DF5;
}
</style>
background-color css
<style>
a { background-color: #096DF5; }
a { background-color: rgb(9,109,245); }
div.DivClassName
{
background-color: #096DF5;
}
.BgClassName
{
background-color: #096DF5;
}
</style>
border-color css
<style>
span { border-color: #096DF5; }
span { border-color: rgb(9,109,245); }
td.TdClassName
{
border-color: #096DF5;
}
.TagClassName
{
border-color: #096DF5;
}
</style>