Shades of Dodger Blue #096EF8
Tints of Dodger Blue #096EF8
RGB
CMYK
RGB Variations
Color information
#096EF8 (or 0x096EF8) is known color: Dodger Blue. HEX triplet: 09, 6E and F8. RGB value is (9,110,248). Sum of RGB (Red+Green+Blue) = 9+110+248=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #096EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EF8 is #F69107. Grayscale: #5E5E5E. Windows color (decimal): -16158984 or 16281097. OLE color: 16281097.
HSL color Cylindrical-coordinate representation of color #096EF8: hue angle of 214.64º 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 #096EF8 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 110 | 248 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.03 |
| HSL | 214.64º | 0.94% | 0.5% | - |
| HSV(B) | 214.64º | 0.96% | 0.97% | - |
| XYZ | 22.63 | 17.99 | 91.09 | - |
| YUV | 95.53 | 214.04 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 248 | 0.96 | 0.56 | 0 | 0.03 | 214.64 | 0.94 | 0.5 |
| Hex | 9 | 6E | F8 | 60 | 38 | 0 | 3 | D7 | 5E | 32 |
| Octal | 11 | 156 | 370 | 140 | 70 | 0 | 3 | 327 | 136 | 62 |
| Binary | 1001 | 1101110 | 11111000 | 1100000 | 111000 | 0 | 11 | 11010111 | 1011110 | 110010 |
Color Harmonies of #096EF8
Complementary color
Monochromatic Colors of #096EF8
Black with #096EF8
Text Example
Text Example
White with #096EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EF8; }
p { color: rgb(9,110,248); }
H1.HeaderClassName
{
color: #096EF8;
}
.AnyTagClassName
{
color: #096EF8;
}
</style>
background-color css
<style>
a { background-color: #096EF8; }
a { background-color: rgb(9,110,248); }
div.DivClassName
{
background-color: #096EF8;
}
.BgClassName
{
background-color: #096EF8;
}
</style>
border-color css
<style>
span { border-color: #096EF8; }
span { border-color: rgb(9,110,248); }
td.TdClassName
{
border-color: #096EF8;
}
.TagClassName
{
border-color: #096EF8;
}
</style>