Shades of Dodger Blue #096FF8
Tints of Dodger Blue #096FF8
RGB
CMYK
RGB Variations
Color information
#096FF8 (or 0x096FF8) is known color: Dodger Blue. HEX triplet: 09, 6F and F8. RGB value is (9,111,248). Sum of RGB (Red+Green+Blue) = 9+111+248=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #096FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FF8 is #F69007. Grayscale: #5F5F5F. Windows color (decimal): -16158728 or 16281353. OLE color: 16281353.
HSL color Cylindrical-coordinate representation of color #096FF8: hue angle of 214.39º 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 #096FF8 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 111 | 248 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.03 |
| HSL | 214.39º | 0.94% | 0.5% | - |
| HSV(B) | 214.39º | 0.96% | 0.97% | - |
| XYZ | 22.74 | 18.2 | 91.12 | - |
| YUV | 96.12 | 213.71 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 248 | 0.96 | 0.55 | 0 | 0.03 | 214.39 | 0.94 | 0.5 |
| Hex | 9 | 6F | F8 | 60 | 37 | 0 | 3 | D6 | 5E | 32 |
| Octal | 11 | 157 | 370 | 140 | 67 | 0 | 3 | 326 | 136 | 62 |
| Binary | 1001 | 1101111 | 11111000 | 1100000 | 110111 | 0 | 11 | 11010110 | 1011110 | 110010 |
Color Harmonies of #096FF8
Complementary color
Monochromatic Colors of #096FF8
Black with #096FF8
Text Example
Text Example
White with #096FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FF8; }
p { color: rgb(9,111,248); }
H1.HeaderClassName
{
color: #096FF8;
}
.AnyTagClassName
{
color: #096FF8;
}
</style>
background-color css
<style>
a { background-color: #096FF8; }
a { background-color: rgb(9,111,248); }
div.DivClassName
{
background-color: #096FF8;
}
.BgClassName
{
background-color: #096FF8;
}
</style>
border-color css
<style>
span { border-color: #096FF8; }
span { border-color: rgb(9,111,248); }
td.TdClassName
{
border-color: #096FF8;
}
.TagClassName
{
border-color: #096FF8;
}
</style>