Shades of Dodger Blue #0976FF
Tints of Dodger Blue #0976FF
RGB
CMYK
RGB Variations
Color information
#0976FF (or 0x0976FF) is known color: Dodger Blue. HEX triplet: 09, 76 and FF. RGB value is (9,118,255). Sum of RGB (Red+Green+Blue) = 9+118+255=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #0976FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0976FF is #F68900. Grayscale: #646464. Windows color (decimal): -16156929 or 16741897. OLE color: 16741897.
HSL color Cylindrical-coordinate representation of color #0976FF: hue angle of 213.41º 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 #0976FF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 118 | 255 | - |
| CMYK | 0.96 | 0.54 | 0 | 0 |
| HSL | 213.41º | 1% | 0.52% | - |
| HSV(B) | 213.41º | 0.96% | 1% | - |
| XYZ | 24.64 | 20.23 | 97.21 | - |
| YUV | 101.03 | 214.89 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 255 | 0.96 | 0.54 | 0 | 0 | 213.41 | 1 | 0.52 |
| Hex | 9 | 76 | FF | 60 | 36 | 0 | 0 | D5 | 64 | 34 |
| Octal | 11 | 166 | 377 | 140 | 66 | 0 | 0 | 325 | 144 | 64 |
| Binary | 1001 | 1110110 | 11111111 | 1100000 | 110110 | 0 | 0 | 11010101 | 1100100 | 110100 |
Color Harmonies of #0976FF
Complementary color
Monochromatic Colors of #0976FF
Black with #0976FF
Text Example
Text Example
White with #0976FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0976FF; }
p { color: rgb(9,118,255); }
H1.HeaderClassName
{
color: #0976FF;
}
.AnyTagClassName
{
color: #0976FF;
}
</style>
background-color css
<style>
a { background-color: #0976FF; }
a { background-color: rgb(9,118,255); }
div.DivClassName
{
background-color: #0976FF;
}
.BgClassName
{
background-color: #0976FF;
}
</style>
border-color css
<style>
span { border-color: #0976FF; }
span { border-color: rgb(9,118,255); }
td.TdClassName
{
border-color: #0976FF;
}
.TagClassName
{
border-color: #0976FF;
}
</style>