Shades of Dodger Blue #0973F1
Tints of Dodger Blue #0973F1
RGB
CMYK
RGB Variations
Color information
#0973F1 (or 0x0973F1) is known color: Dodger Blue. HEX triplet: 09, 73 and F1. RGB value is (9,115,241). Sum of RGB (Red+Green+Blue) = 9+115+241=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #0973F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0973F1 is #F68C0E. Grayscale: #616161. Windows color (decimal): -16157711 or 15823625. OLE color: 15823625.
HSL color Cylindrical-coordinate representation of color #0973F1: hue angle of 212.59º 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 #0973F1 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 115 | 241 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.05 |
| HSL | 212.59º | 0.93% | 0.49% | - |
| HSV(B) | 212.59º | 0.96% | 0.95% | - |
| XYZ | 22.12 | 18.67 | 85.66 | - |
| YUV | 97.67 | 208.88 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 241 | 0.96 | 0.52 | 0 | 0.05 | 212.59 | 0.93 | 0.49 |
| Hex | 9 | 73 | F1 | 60 | 34 | 0 | 5 | D5 | 5D | 31 |
| Octal | 11 | 163 | 361 | 140 | 64 | 0 | 5 | 325 | 135 | 61 |
| Binary | 1001 | 1110011 | 11110001 | 1100000 | 110100 | 0 | 101 | 11010101 | 1011101 | 110001 |
Color Harmonies of #0973F1
Complementary color
Monochromatic Colors of #0973F1
Black with #0973F1
Text Example
Text Example
White with #0973F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0973F1; }
p { color: rgb(9,115,241); }
H1.HeaderClassName
{
color: #0973F1;
}
.AnyTagClassName
{
color: #0973F1;
}
</style>
background-color css
<style>
a { background-color: #0973F1; }
a { background-color: rgb(9,115,241); }
div.DivClassName
{
background-color: #0973F1;
}
.BgClassName
{
background-color: #0973F1;
}
</style>
border-color css
<style>
span { border-color: #0973F1; }
span { border-color: rgb(9,115,241); }
td.TdClassName
{
border-color: #0973F1;
}
.TagClassName
{
border-color: #0973F1;
}
</style>