Shades of Dodger Blue #096EFE
Tints of Dodger Blue #096EFE
RGB
CMYK
RGB Variations
Color information
#096EFE (or 0x096EFE) is known color: Dodger Blue. HEX triplet: 09, 6E and FE. RGB value is (9,110,254). Sum of RGB (Red+Green+Blue) = 9+110+254=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #096EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EFE is #F69101. Grayscale: #5F5F5F. Windows color (decimal): -16158978 or 16674313. OLE color: 16674313.
HSL color Cylindrical-coordinate representation of color #096EFE: hue angle of 215.27º 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 #096EFE is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 110 | 254 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.00 |
| HSL | 215.27º | 0.99% | 0.52% | - |
| HSV(B) | 215.27º | 0.96% | 1% | - |
| XYZ | 23.58 | 18.37 | 96.07 | - |
| YUV | 96.22 | 217.04 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 254 | 0.96 | 0.57 | 0 | 0.00 | 215.27 | 0.99 | 0.52 |
| Hex | 9 | 6E | FE | 60 | 39 | 0 | 0 | D7 | 63 | 34 |
| Octal | 11 | 156 | 376 | 140 | 71 | 0 | 0 | 327 | 143 | 64 |
| Binary | 1001 | 1101110 | 11111110 | 1100000 | 111001 | 0 | 0 | 11010111 | 1100011 | 110100 |
Color Harmonies of #096EFE
Complementary color
Monochromatic Colors of #096EFE
Black with #096EFE
Text Example
Text Example
White with #096EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EFE; }
p { color: rgb(9,110,254); }
H1.HeaderClassName
{
color: #096EFE;
}
.AnyTagClassName
{
color: #096EFE;
}
</style>
background-color css
<style>
a { background-color: #096EFE; }
a { background-color: rgb(9,110,254); }
div.DivClassName
{
background-color: #096EFE;
}
.BgClassName
{
background-color: #096EFE;
}
</style>
border-color css
<style>
span { border-color: #096EFE; }
span { border-color: rgb(9,110,254); }
td.TdClassName
{
border-color: #096EFE;
}
.TagClassName
{
border-color: #096EFE;
}
</style>