Shades of Dodger Blue #096BFF
Tints of Dodger Blue #096BFF
RGB
CMYK
RGB Variations
Color information
#096BFF (or 0x096BFF) is known color: Dodger Blue. HEX triplet: 09, 6B and FF. RGB value is (9,107,255). Sum of RGB (Red+Green+Blue) = 9+107+255=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #096BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BFF is #F69400. Grayscale: #5D5D5D. Windows color (decimal): -16159745 or 16739081. OLE color: 16739081.
HSL color Cylindrical-coordinate representation of color #096BFF: hue angle of 216.1º 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 #096BFF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 107 | 255 | - |
| CMYK | 0.96 | 0.58 | 0 | 0 |
| HSL | 216.1º | 1% | 0.52% | - |
| HSV(B) | 216.1º | 0.96% | 1% | - |
| XYZ | 23.42 | 17.79 | 96.81 | - |
| YUV | 94.57 | 218.53 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 255 | 0.96 | 0.58 | 0 | 0 | 216.1 | 1 | 0.52 |
| Hex | 9 | 6B | FF | 60 | 3A | 0 | 0 | D8 | 64 | 34 |
| Octal | 11 | 153 | 377 | 140 | 72 | 0 | 0 | 330 | 144 | 64 |
| Binary | 1001 | 1101011 | 11111111 | 1100000 | 111010 | 0 | 0 | 11011000 | 1100100 | 110100 |
Color Harmonies of #096BFF
Complementary color
Monochromatic Colors of #096BFF
Black with #096BFF
Text Example
Text Example
White with #096BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BFF; }
p { color: rgb(9,107,255); }
H1.HeaderClassName
{
color: #096BFF;
}
.AnyTagClassName
{
color: #096BFF;
}
</style>
background-color css
<style>
a { background-color: #096BFF; }
a { background-color: rgb(9,107,255); }
div.DivClassName
{
background-color: #096BFF;
}
.BgClassName
{
background-color: #096BFF;
}
</style>
border-color css
<style>
span { border-color: #096BFF; }
span { border-color: rgb(9,107,255); }
td.TdClassName
{
border-color: #096BFF;
}
.TagClassName
{
border-color: #096BFF;
}
</style>