Shades of Dodger Blue #0977FB
Tints of Dodger Blue #0977FB
RGB
CMYK
RGB Variations
Color information
#0977FB (or 0x0977FB) is known color: Dodger Blue. HEX triplet: 09, 77 and FB. RGB value is (9,119,251). Sum of RGB (Red+Green+Blue) = 9+119+251=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #0977FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0977FB is #F68804. Grayscale: #646464. Windows color (decimal): -16156677 or 16480009. OLE color: 16480009.
HSL color Cylindrical-coordinate representation of color #0977FB: hue angle of 212.73º degrees, saturation: 0.97, 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 #0977FB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 119 | 251 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.02 |
| HSL | 212.73º | 0.97% | 0.51% | - |
| HSV(B) | 212.73º | 0.96% | 0.98% | - |
| XYZ | 24.12 | 20.22 | 93.9 | - |
| YUV | 101.16 | 212.56 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 251 | 0.96 | 0.53 | 0 | 0.02 | 212.73 | 0.97 | 0.51 |
| Hex | 9 | 77 | FB | 60 | 35 | 0 | 2 | D5 | 61 | 33 |
| Octal | 11 | 167 | 373 | 140 | 65 | 0 | 2 | 325 | 141 | 63 |
| Binary | 1001 | 1110111 | 11111011 | 1100000 | 110101 | 0 | 10 | 11010101 | 1100001 | 110011 |
Color Harmonies of #0977FB
Complementary color
Monochromatic Colors of #0977FB
Black with #0977FB
Text Example
Text Example
White with #0977FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977FB; }
p { color: rgb(9,119,251); }
H1.HeaderClassName
{
color: #0977FB;
}
.AnyTagClassName
{
color: #0977FB;
}
</style>
background-color css
<style>
a { background-color: #0977FB; }
a { background-color: rgb(9,119,251); }
div.DivClassName
{
background-color: #0977FB;
}
.BgClassName
{
background-color: #0977FB;
}
</style>
border-color css
<style>
span { border-color: #0977FB; }
span { border-color: rgb(9,119,251); }
td.TdClassName
{
border-color: #0977FB;
}
.TagClassName
{
border-color: #0977FB;
}
</style>