Shades of Dodger Blue #0971FB
Tints of Dodger Blue #0971FB
RGB
CMYK
RGB Variations
Color information
#0971FB (or 0x0971FB) is known color: Dodger Blue. HEX triplet: 09, 71 and FB. RGB value is (9,113,251). Sum of RGB (Red+Green+Blue) = 9+113+251=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #0971FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0971FB is #F68E04. Grayscale: #606060. Windows color (decimal): -16158213 or 16478473. OLE color: 16478473.
HSL color Cylindrical-coordinate representation of color #0971FB: hue angle of 214.21º 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 #0971FB is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 113 | 251 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.02 |
| HSL | 214.21º | 0.97% | 0.51% | - |
| HSV(B) | 214.21º | 0.96% | 0.98% | - |
| XYZ | 23.43 | 18.83 | 93.67 | - |
| YUV | 97.64 | 214.54 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 251 | 0.96 | 0.55 | 0 | 0.02 | 214.21 | 0.97 | 0.51 |
| Hex | 9 | 71 | FB | 60 | 37 | 0 | 2 | D6 | 61 | 33 |
| Octal | 11 | 161 | 373 | 140 | 67 | 0 | 2 | 326 | 141 | 63 |
| Binary | 1001 | 1110001 | 11111011 | 1100000 | 110111 | 0 | 10 | 11010110 | 1100001 | 110011 |
Color Harmonies of #0971FB
Complementary color
Monochromatic Colors of #0971FB
Black with #0971FB
Text Example
Text Example
White with #0971FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0971FB; }
p { color: rgb(9,113,251); }
H1.HeaderClassName
{
color: #0971FB;
}
.AnyTagClassName
{
color: #0971FB;
}
</style>
background-color css
<style>
a { background-color: #0971FB; }
a { background-color: rgb(9,113,251); }
div.DivClassName
{
background-color: #0971FB;
}
.BgClassName
{
background-color: #0971FB;
}
</style>
border-color css
<style>
span { border-color: #0971FB; }
span { border-color: rgb(9,113,251); }
td.TdClassName
{
border-color: #0971FB;
}
.TagClassName
{
border-color: #0971FB;
}
</style>