Shades of Dodger Blue #0996FA
Tints of Dodger Blue #0996FA
RGB
CMYK
RGB Variations
Color information
#0996FA (or 0x0996FA) is known color: Dodger Blue. HEX triplet: 09, 96 and FA. RGB value is (9,150,250). Sum of RGB (Red+Green+Blue) = 9+150+250=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #0996FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0996FA is #F66905. Grayscale: #767676. Windows color (decimal): -16148742 or 16422409. OLE color: 16422409.
HSL color Cylindrical-coordinate representation of color #0996FA: hue angle of 204.9º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0996FA is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 150 | 250 | - |
| CMYK | 0.96 | 0.4 | 0 | 0.02 |
| HSL | 204.9º | 0.96% | 0.51% | - |
| HSV(B) | 204.9º | 0.96% | 0.98% | - |
| XYZ | 28.27 | 28.77 | 94.51 | - |
| YUV | 119.24 | 201.79 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 250 | 0.96 | 0.4 | 0 | 0.02 | 204.9 | 0.96 | 0.51 |
| Hex | 9 | 96 | FA | 60 | 28 | 0 | 2 | CD | 60 | 33 |
| Octal | 11 | 226 | 372 | 140 | 50 | 0 | 2 | 315 | 140 | 63 |
| Binary | 1001 | 10010110 | 11111010 | 1100000 | 101000 | 0 | 10 | 11001101 | 1100000 | 110011 |
Color Harmonies of #0996FA
Complementary color
Monochromatic Colors of #0996FA
Black with #0996FA
Text Example
Text Example
White with #0996FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0996FA; }
p { color: rgb(9,150,250); }
H1.HeaderClassName
{
color: #0996FA;
}
.AnyTagClassName
{
color: #0996FA;
}
</style>
background-color css
<style>
a { background-color: #0996FA; }
a { background-color: rgb(9,150,250); }
div.DivClassName
{
background-color: #0996FA;
}
.BgClassName
{
background-color: #0996FA;
}
</style>
border-color css
<style>
span { border-color: #0996FA; }
span { border-color: rgb(9,150,250); }
td.TdClassName
{
border-color: #0996FA;
}
.TagClassName
{
border-color: #0996FA;
}
</style>