Shades of Dodger Blue #0973F3
Tints of Dodger Blue #0973F3
RGB
CMYK
RGB Variations
Color information
#0973F3 (or 0x0973F3) is known color: Dodger Blue. HEX triplet: 09, 73 and F3. RGB value is (9,115,243). Sum of RGB (Red+Green+Blue) = 9+115+243=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 243 (95.31% from 255 or 66.21% from 367); Max value from RGB is 243 - color contains mainly: blue. Hex color #0973F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0973F3 is #F68C0C. Grayscale: #616161. Windows color (decimal): -16157709 or 15954697. OLE color: 15954697.
HSL color Cylindrical-coordinate representation of color #0973F3: hue angle of 212.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0973F3 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 115 | 243 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.05 |
| HSL | 212.82º | 0.93% | 0.49% | - |
| HSV(B) | 212.82º | 0.96% | 0.95% | - |
| XYZ | 22.42 | 18.79 | 87.24 | - |
| YUV | 97.9 | 209.88 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 243 | 0.96 | 0.53 | 0 | 0.05 | 212.82 | 0.93 | 0.49 |
| Hex | 9 | 73 | F3 | 60 | 35 | 0 | 5 | D5 | 5D | 31 |
| Octal | 11 | 163 | 363 | 140 | 65 | 0 | 5 | 325 | 135 | 61 |
| Binary | 1001 | 1110011 | 11110011 | 1100000 | 110101 | 0 | 101 | 11010101 | 1011101 | 110001 |
Color Harmonies of #0973F3
Complementary color
Monochromatic Colors of #0973F3
Black with #0973F3
Text Example
Text Example
White with #0973F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0973F3; }
p { color: rgb(9,115,243); }
H1.HeaderClassName
{
color: #0973F3;
}
.AnyTagClassName
{
color: #0973F3;
}
</style>
background-color css
<style>
a { background-color: #0973F3; }
a { background-color: rgb(9,115,243); }
div.DivClassName
{
background-color: #0973F3;
}
.BgClassName
{
background-color: #0973F3;
}
</style>
border-color css
<style>
span { border-color: #0973F3; }
span { border-color: rgb(9,115,243); }
td.TdClassName
{
border-color: #0973F3;
}
.TagClassName
{
border-color: #0973F3;
}
</style>