Shades of Dodger Blue #0977FF
Tints of Dodger Blue #0977FF
RGB
CMYK
RGB Variations
Color information
#0977FF (or 0x0977FF) is known color: Dodger Blue. HEX triplet: 09, 77 and FF. RGB value is (9,119,255). Sum of RGB (Red+Green+Blue) = 9+119+255=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #0977FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0977FF is #F68800. Grayscale: #646464. Windows color (decimal): -16156673 or 16742153. OLE color: 16742153.
HSL color Cylindrical-coordinate representation of color #0977FF: hue angle of 213.17º 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 #0977FF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 119 | 255 | - |
| CMYK | 0.96 | 0.53 | 0 | 0 |
| HSL | 213.17º | 1% | 0.52% | - |
| HSV(B) | 213.17º | 0.96% | 1% | - |
| XYZ | 24.76 | 20.47 | 97.25 | - |
| YUV | 101.61 | 214.56 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 255 | 0.96 | 0.53 | 0 | 0 | 213.17 | 1 | 0.52 |
| Hex | 9 | 77 | FF | 60 | 35 | 0 | 0 | D5 | 64 | 34 |
| Octal | 11 | 167 | 377 | 140 | 65 | 0 | 0 | 325 | 144 | 64 |
| Binary | 1001 | 1110111 | 11111111 | 1100000 | 110101 | 0 | 0 | 11010101 | 1100100 | 110100 |
Color Harmonies of #0977FF
Complementary color
Monochromatic Colors of #0977FF
Black with #0977FF
Text Example
Text Example
White with #0977FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977FF; }
p { color: rgb(9,119,255); }
H1.HeaderClassName
{
color: #0977FF;
}
.AnyTagClassName
{
color: #0977FF;
}
</style>
background-color css
<style>
a { background-color: #0977FF; }
a { background-color: rgb(9,119,255); }
div.DivClassName
{
background-color: #0977FF;
}
.BgClassName
{
background-color: #0977FF;
}
</style>
border-color css
<style>
span { border-color: #0977FF; }
span { border-color: rgb(9,119,255); }
td.TdClassName
{
border-color: #0977FF;
}
.TagClassName
{
border-color: #0977FF;
}
</style>