Shades of Dodger Blue #096DF8
Tints of Dodger Blue #096DF8
RGB
CMYK
RGB Variations
Color information
#096DF8 (or 0x096DF8) is known color: Dodger Blue. HEX triplet: 09, 6D and F8. RGB value is (9,109,248). Sum of RGB (Red+Green+Blue) = 9+109+248=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 248 (97.27% from 255 or 67.76% from 366); Max value from RGB is 248 - color contains mainly: blue. Hex color #096DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DF8 is #F69207. Grayscale: #5E5E5E. Windows color (decimal): -16159240 or 16280841. OLE color: 16280841.
HSL color Cylindrical-coordinate representation of color #096DF8: hue angle of 214.9º 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 #096DF8 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 109 | 248 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.03 |
| HSL | 214.9º | 0.94% | 0.5% | - |
| HSV(B) | 214.9º | 0.96% | 0.97% | - |
| XYZ | 22.52 | 17.77 | 91.05 | - |
| YUV | 94.95 | 214.37 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 248 | 0.96 | 0.56 | 0 | 0.03 | 214.9 | 0.94 | 0.5 |
| Hex | 9 | 6D | F8 | 60 | 38 | 0 | 3 | D7 | 5E | 32 |
| Octal | 11 | 155 | 370 | 140 | 70 | 0 | 3 | 327 | 136 | 62 |
| Binary | 1001 | 1101101 | 11111000 | 1100000 | 111000 | 0 | 11 | 11010111 | 1011110 | 110010 |
Color Harmonies of #096DF8
Complementary color
Monochromatic Colors of #096DF8
Black with #096DF8
Text Example
Text Example
White with #096DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DF8; }
p { color: rgb(9,109,248); }
H1.HeaderClassName
{
color: #096DF8;
}
.AnyTagClassName
{
color: #096DF8;
}
</style>
background-color css
<style>
a { background-color: #096DF8; }
a { background-color: rgb(9,109,248); }
div.DivClassName
{
background-color: #096DF8;
}
.BgClassName
{
background-color: #096DF8;
}
</style>
border-color css
<style>
span { border-color: #096DF8; }
span { border-color: rgb(9,109,248); }
td.TdClassName
{
border-color: #096DF8;
}
.TagClassName
{
border-color: #096DF8;
}
</style>