Shades of Dodger Blue #096EFF
Tints of Dodger Blue #096EFF
RGB
CMYK
RGB Variations
Color information
#096EFF (or 0x096EFF) is known color: Dodger Blue. HEX triplet: 09, 6E and FF. RGB value is (9,110,255). Sum of RGB (Red+Green+Blue) = 9+110+255=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #096EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EFF is #F69100. Grayscale: #5F5F5F. Windows color (decimal): -16158977 or 16739849. OLE color: 16739849.
HSL color Cylindrical-coordinate representation of color #096EFF: hue angle of 215.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EFF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 110 | 255 | - |
| CMYK | 0.96 | 0.57 | 0 | 0 |
| HSL | 215.37º | 1% | 0.52% | - |
| HSV(B) | 215.37º | 0.96% | 1% | - |
| XYZ | 23.74 | 18.43 | 96.91 | - |
| YUV | 96.33 | 217.54 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 255 | 0.96 | 0.57 | 0 | 0 | 215.37 | 1 | 0.52 |
| Hex | 9 | 6E | FF | 60 | 39 | 0 | 0 | D7 | 64 | 34 |
| Octal | 11 | 156 | 377 | 140 | 71 | 0 | 0 | 327 | 144 | 64 |
| Binary | 1001 | 1101110 | 11111111 | 1100000 | 111001 | 0 | 0 | 11010111 | 1100100 | 110100 |
Color Harmonies of #096EFF
Complementary color
Monochromatic Colors of #096EFF
Black with #096EFF
Text Example
Text Example
White with #096EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EFF; }
p { color: rgb(9,110,255); }
H1.HeaderClassName
{
color: #096EFF;
}
.AnyTagClassName
{
color: #096EFF;
}
</style>
background-color css
<style>
a { background-color: #096EFF; }
a { background-color: rgb(9,110,255); }
div.DivClassName
{
background-color: #096EFF;
}
.BgClassName
{
background-color: #096EFF;
}
</style>
border-color css
<style>
span { border-color: #096EFF; }
span { border-color: rgb(9,110,255); }
td.TdClassName
{
border-color: #096EFF;
}
.TagClassName
{
border-color: #096EFF;
}
</style>