Shades of Dodger Blue #0973FD
Tints of Dodger Blue #0973FD
RGB
CMYK
RGB Variations
Color information
#0973FD (or 0x0973FD) is known color: Dodger Blue. HEX triplet: 09, 73 and FD. RGB value is (9,115,253). Sum of RGB (Red+Green+Blue) = 9+115+253=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #0973FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0973FD is #F68C02. Grayscale: #626262. Windows color (decimal): -16157699 or 16610057. OLE color: 16610057.
HSL color Cylindrical-coordinate representation of color #0973FD: hue angle of 213.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0973FD is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 115 | 253 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.01 |
| HSL | 213.93º | 0.98% | 0.51% | - |
| HSV(B) | 213.93º | 0.96% | 0.99% | - |
| XYZ | 23.97 | 19.41 | 95.41 | - |
| YUV | 99.04 | 214.88 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 253 | 0.96 | 0.55 | 0 | 0.01 | 213.93 | 0.98 | 0.51 |
| Hex | 9 | 73 | FD | 60 | 37 | 0 | 1 | D6 | 62 | 33 |
| Octal | 11 | 163 | 375 | 140 | 67 | 0 | 1 | 326 | 142 | 63 |
| Binary | 1001 | 1110011 | 11111101 | 1100000 | 110111 | 0 | 1 | 11010110 | 1100010 | 110011 |
Color Harmonies of #0973FD
Complementary color
Monochromatic Colors of #0973FD
Black with #0973FD
Text Example
Text Example
White with #0973FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0973FD; }
p { color: rgb(9,115,253); }
H1.HeaderClassName
{
color: #0973FD;
}
.AnyTagClassName
{
color: #0973FD;
}
</style>
background-color css
<style>
a { background-color: #0973FD; }
a { background-color: rgb(9,115,253); }
div.DivClassName
{
background-color: #0973FD;
}
.BgClassName
{
background-color: #0973FD;
}
</style>
border-color css
<style>
span { border-color: #0973FD; }
span { border-color: rgb(9,115,253); }
td.TdClassName
{
border-color: #0973FD;
}
.TagClassName
{
border-color: #0973FD;
}
</style>