Shades of Dodger Blue #0976FA
Tints of Dodger Blue #0976FA
RGB
CMYK
RGB Variations
Color information
#0976FA (or 0x0976FA) is known color: Dodger Blue. HEX triplet: 09, 76 and FA. RGB value is (9,118,250). Sum of RGB (Red+Green+Blue) = 9+118+250=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #0976FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0976FA is #F68905. Grayscale: #636363. Windows color (decimal): -16156934 or 16414217. OLE color: 16414217.
HSL color Cylindrical-coordinate representation of color #0976FA: hue angle of 212.86º 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 #0976FA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 118 | 250 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.02 |
| HSL | 212.86º | 0.96% | 0.51% | - |
| HSV(B) | 212.86º | 0.96% | 0.98% | - |
| XYZ | 23.85 | 19.92 | 93.03 | - |
| YUV | 100.46 | 212.39 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 250 | 0.96 | 0.53 | 0 | 0.02 | 212.86 | 0.96 | 0.51 |
| Hex | 9 | 76 | FA | 60 | 35 | 0 | 2 | D5 | 60 | 33 |
| Octal | 11 | 166 | 372 | 140 | 65 | 0 | 2 | 325 | 140 | 63 |
| Binary | 1001 | 1110110 | 11111010 | 1100000 | 110101 | 0 | 10 | 11010101 | 1100000 | 110011 |
Color Harmonies of #0976FA
Complementary color
Monochromatic Colors of #0976FA
Black with #0976FA
Text Example
Text Example
White with #0976FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0976FA; }
p { color: rgb(9,118,250); }
H1.HeaderClassName
{
color: #0976FA;
}
.AnyTagClassName
{
color: #0976FA;
}
</style>
background-color css
<style>
a { background-color: #0976FA; }
a { background-color: rgb(9,118,250); }
div.DivClassName
{
background-color: #0976FA;
}
.BgClassName
{
background-color: #0976FA;
}
</style>
border-color css
<style>
span { border-color: #0976FA; }
span { border-color: rgb(9,118,250); }
td.TdClassName
{
border-color: #0976FA;
}
.TagClassName
{
border-color: #0976FA;
}
</style>