Shades of Dodger Blue #0971FA
Tints of Dodger Blue #0971FA
RGB
CMYK
RGB Variations
Color information
#0971FA (or 0x0971FA) is known color: Dodger Blue. HEX triplet: 09, 71 and FA. RGB value is (9,113,250). Sum of RGB (Red+Green+Blue) = 9+113+250=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #0971FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0971FA is #F68E05. Grayscale: #606060. Windows color (decimal): -16158214 or 16412937. OLE color: 16412937.
HSL color Cylindrical-coordinate representation of color #0971FA: hue angle of 214.11º degrees, saturation: 0.96, 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 #0971FA is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 113 | 250 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.02 |
| HSL | 214.11º | 0.96% | 0.51% | - |
| HSV(B) | 214.11º | 0.96% | 0.98% | - |
| XYZ | 23.27 | 18.77 | 92.84 | - |
| YUV | 97.52 | 214.04 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 250 | 0.96 | 0.55 | 0 | 0.02 | 214.11 | 0.96 | 0.51 |
| Hex | 9 | 71 | FA | 60 | 37 | 0 | 2 | D6 | 60 | 33 |
| Octal | 11 | 161 | 372 | 140 | 67 | 0 | 2 | 326 | 140 | 63 |
| Binary | 1001 | 1110001 | 11111010 | 1100000 | 110111 | 0 | 10 | 11010110 | 1100000 | 110011 |
Color Harmonies of #0971FA
Complementary color
Monochromatic Colors of #0971FA
Black with #0971FA
Text Example
Text Example
White with #0971FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0971FA; }
p { color: rgb(9,113,250); }
H1.HeaderClassName
{
color: #0971FA;
}
.AnyTagClassName
{
color: #0971FA;
}
</style>
background-color css
<style>
a { background-color: #0971FA; }
a { background-color: rgb(9,113,250); }
div.DivClassName
{
background-color: #0971FA;
}
.BgClassName
{
background-color: #0971FA;
}
</style>
border-color css
<style>
span { border-color: #0971FA; }
span { border-color: rgb(9,113,250); }
td.TdClassName
{
border-color: #0971FA;
}
.TagClassName
{
border-color: #0971FA;
}
</style>