Shades of Dodger Blue #0996FF
Tints of Dodger Blue #0996FF
RGB
CMYK
RGB Variations
Color information
#0996FF (or 0x0996FF) is known color: Dodger Blue. HEX triplet: 09, 96 and FF. RGB value is (9,150,255). Sum of RGB (Red+Green+Blue) = 9+150+255=414 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #0996FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0996FF is #F66900. Grayscale: #777777. Windows color (decimal): -16148737 or 16750089. OLE color: 16750089.
HSL color Cylindrical-coordinate representation of color #0996FF: hue angle of 205.61º 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 #0996FF is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 150 | 255 | - |
| CMYK | 0.96 | 0.41 | 0 | 0 |
| HSL | 205.61º | 1% | 0.52% | - |
| HSV(B) | 205.61º | 0.96% | 1% | - |
| XYZ | 29.07 | 29.09 | 98.69 | - |
| YUV | 119.81 | 204.29 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 255 | 0.96 | 0.41 | 0 | 0 | 205.61 | 1 | 0.52 |
| Hex | 9 | 96 | FF | 60 | 29 | 0 | 0 | CE | 64 | 34 |
| Octal | 11 | 226 | 377 | 140 | 51 | 0 | 0 | 316 | 144 | 64 |
| Binary | 1001 | 10010110 | 11111111 | 1100000 | 101001 | 0 | 0 | 11001110 | 1100100 | 110100 |
Color Harmonies of #0996FF
Complementary color
Monochromatic Colors of #0996FF
Black with #0996FF
Text Example
Text Example
White with #0996FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0996FF; }
p { color: rgb(9,150,255); }
H1.HeaderClassName
{
color: #0996FF;
}
.AnyTagClassName
{
color: #0996FF;
}
</style>
background-color css
<style>
a { background-color: #0996FF; }
a { background-color: rgb(9,150,255); }
div.DivClassName
{
background-color: #0996FF;
}
.BgClassName
{
background-color: #0996FF;
}
</style>
border-color css
<style>
span { border-color: #0996FF; }
span { border-color: rgb(9,150,255); }
td.TdClassName
{
border-color: #0996FF;
}
.TagClassName
{
border-color: #0996FF;
}
</style>