Shades of Dodger Blue #096FFF
Tints of Dodger Blue #096FFF
RGB
CMYK
RGB Variations
Color information
#096FFF (or 0x096FFF) is known color: Dodger Blue. HEX triplet: 09, 6F and FF. RGB value is (9,111,255). Sum of RGB (Red+Green+Blue) = 9+111+255=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #096FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FFF is #F69000. Grayscale: #606060. Windows color (decimal): -16158721 or 16740105. OLE color: 16740105.
HSL color Cylindrical-coordinate representation of color #096FFF: hue angle of 215.12º 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 #096FFF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 111 | 255 | - |
| CMYK | 0.96 | 0.56 | 0 | 0 |
| HSL | 215.12º | 1% | 0.52% | - |
| HSV(B) | 215.12º | 0.96% | 1% | - |
| XYZ | 23.85 | 18.65 | 96.95 | - |
| YUV | 96.92 | 217.21 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 255 | 0.96 | 0.56 | 0 | 0 | 215.12 | 1 | 0.52 |
| Hex | 9 | 6F | FF | 60 | 38 | 0 | 0 | D7 | 64 | 34 |
| Octal | 11 | 157 | 377 | 140 | 70 | 0 | 0 | 327 | 144 | 64 |
| Binary | 1001 | 1101111 | 11111111 | 1100000 | 111000 | 0 | 0 | 11010111 | 1100100 | 110100 |
Color Harmonies of #096FFF
Complementary color
Monochromatic Colors of #096FFF
Black with #096FFF
Text Example
Text Example
White with #096FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FFF; }
p { color: rgb(9,111,255); }
H1.HeaderClassName
{
color: #096FFF;
}
.AnyTagClassName
{
color: #096FFF;
}
</style>
background-color css
<style>
a { background-color: #096FFF; }
a { background-color: rgb(9,111,255); }
div.DivClassName
{
background-color: #096FFF;
}
.BgClassName
{
background-color: #096FFF;
}
</style>
border-color css
<style>
span { border-color: #096FFF; }
span { border-color: rgb(9,111,255); }
td.TdClassName
{
border-color: #096FFF;
}
.TagClassName
{
border-color: #096FFF;
}
</style>