Shades of Dodger Blue #0096FF
Tints of Dodger Blue #0096FF
RGB
CMYK
RGB Variations
Color information
#0096FF (or 0x0096FF) is known color: Dodger Blue. HEX triplet: 00, 96 and FF. RGB value is (0,150,255). Sum of RGB (Red+Green+Blue) = 0+150+255=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #0096FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096FF is #FF6900. Grayscale: #747474. Windows color (decimal): -16738561 or 16750080. OLE color: 16750080.
HSL color Cylindrical-coordinate representation of color #0096FF: hue angle of 204.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096FF is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 150 | 255 | - |
| CMYK | 1 | 0.41 | 0 | 0 |
| HSL | 204.71º | 1% | 0.5% | - |
| HSV(B) | 204.71º | 1% | 1% | - |
| XYZ | 28.96 | 29.03 | 98.69 | - |
| YUV | 117.12 | 205.81 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 255 | 1 | 0.41 | 0 | 0 | 204.71 | 1 | 0.5 |
| Hex | 0 | 96 | FF | 64 | 29 | 0 | 0 | CD | 64 | 32 |
| Octal | 0 | 226 | 377 | 144 | 51 | 0 | 0 | 315 | 144 | 62 |
| Binary | 0 | 10010110 | 11111111 | 1100100 | 101001 | 0 | 0 | 11001101 | 1100100 | 110010 |
Color Harmonies of #0096FF
Complementary color
Monochromatic Colors of #0096FF
Black with #0096FF
Text Example
Text Example
White with #0096FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096FF; }
p { color: rgb(0,150,255); }
H1.HeaderClassName
{
color: #0096FF;
}
.AnyTagClassName
{
color: #0096FF;
}
</style>
background-color css
<style>
a { background-color: #0096FF; }
a { background-color: rgb(0,150,255); }
div.DivClassName
{
background-color: #0096FF;
}
.BgClassName
{
background-color: #0096FF;
}
</style>
border-color css
<style>
span { border-color: #0096FF; }
span { border-color: rgb(0,150,255); }
td.TdClassName
{
border-color: #0096FF;
}
.TagClassName
{
border-color: #0096FF;
}
</style>