Shades of Dodger Blue #096BF8
Tints of Dodger Blue #096BF8
RGB
CMYK
RGB Variations
Color information
#096BF8 (or 0x096BF8) is known color: Dodger Blue. HEX triplet: 09, 6B and F8. RGB value is (9,107,248). Sum of RGB (Red+Green+Blue) = 9+107+248=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #096BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF8 is #F69407. Grayscale: #5D5D5D. Windows color (decimal): -16159752 or 16280329. OLE color: 16280329.
HSL color Cylindrical-coordinate representation of color #096BF8: hue angle of 215.4º 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 #096BF8 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 107 | 248 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.03 |
| HSL | 215.4º | 0.94% | 0.5% | - |
| HSV(B) | 215.4º | 0.96% | 0.97% | - |
| XYZ | 22.31 | 17.35 | 90.98 | - |
| YUV | 93.77 | 215.03 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 248 | 0.96 | 0.57 | 0 | 0.03 | 215.4 | 0.94 | 0.5 |
| Hex | 9 | 6B | F8 | 60 | 39 | 0 | 3 | D7 | 5E | 32 |
| Octal | 11 | 153 | 370 | 140 | 71 | 0 | 3 | 327 | 136 | 62 |
| Binary | 1001 | 1101011 | 11111000 | 1100000 | 111001 | 0 | 11 | 11010111 | 1011110 | 110010 |
Color Harmonies of #096BF8
Complementary color
Monochromatic Colors of #096BF8
Black with #096BF8
Text Example
Text Example
White with #096BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BF8; }
p { color: rgb(9,107,248); }
H1.HeaderClassName
{
color: #096BF8;
}
.AnyTagClassName
{
color: #096BF8;
}
</style>
background-color css
<style>
a { background-color: #096BF8; }
a { background-color: rgb(9,107,248); }
div.DivClassName
{
background-color: #096BF8;
}
.BgClassName
{
background-color: #096BF8;
}
</style>
border-color css
<style>
span { border-color: #096BF8; }
span { border-color: rgb(9,107,248); }
td.TdClassName
{
border-color: #096BF8;
}
.TagClassName
{
border-color: #096BF8;
}
</style>