Shades of Dodger Blue #096BFE
Tints of Dodger Blue #096BFE
RGB
CMYK
RGB Variations
Color information
#096BFE (or 0x096BFE) is known color: Dodger Blue. HEX triplet: 09, 6B and FE. RGB value is (9,107,254). Sum of RGB (Red+Green+Blue) = 9+107+254=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #096BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BFE is #F69401. Grayscale: #5D5D5D. Windows color (decimal): -16159746 or 16673545. OLE color: 16673545.
HSL color Cylindrical-coordinate representation of color #096BFE: hue angle of 216º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BFE is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 107 | 254 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.00 |
| HSL | 216º | 0.99% | 0.52% | - |
| HSV(B) | 216º | 0.96% | 1% | - |
| XYZ | 23.26 | 17.73 | 95.96 | - |
| YUV | 94.46 | 218.03 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 254 | 0.96 | 0.58 | 0 | 0.00 | 216 | 0.99 | 0.52 |
| Hex | 9 | 6B | FE | 60 | 3A | 0 | 0 | D8 | 63 | 34 |
| Octal | 11 | 153 | 376 | 140 | 72 | 0 | 0 | 330 | 143 | 64 |
| Binary | 1001 | 1101011 | 11111110 | 1100000 | 111010 | 0 | 0 | 11011000 | 1100011 | 110100 |
Color Harmonies of #096BFE
Complementary color
Monochromatic Colors of #096BFE
Black with #096BFE
Text Example
Text Example
White with #096BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BFE; }
p { color: rgb(9,107,254); }
H1.HeaderClassName
{
color: #096BFE;
}
.AnyTagClassName
{
color: #096BFE;
}
</style>
background-color css
<style>
a { background-color: #096BFE; }
a { background-color: rgb(9,107,254); }
div.DivClassName
{
background-color: #096BFE;
}
.BgClassName
{
background-color: #096BFE;
}
</style>
border-color css
<style>
span { border-color: #096BFE; }
span { border-color: rgb(9,107,254); }
td.TdClassName
{
border-color: #096BFE;
}
.TagClassName
{
border-color: #096BFE;
}
</style>