Shades of Dodger Blue #0974F1
Tints of Dodger Blue #0974F1
RGB
CMYK
RGB Variations
Color information
#0974F1 (or 0x0974F1) is known color: Dodger Blue. HEX triplet: 09, 74 and F1. RGB value is (9,116,241). Sum of RGB (Red+Green+Blue) = 9+116+241=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #0974F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0974F1 is #F68B0E. Grayscale: #616161. Windows color (decimal): -16157455 or 15823881. OLE color: 15823881.
HSL color Cylindrical-coordinate representation of color #0974F1: hue angle of 212.33º 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 #0974F1 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 116 | 241 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.05 |
| HSL | 212.33º | 0.93% | 0.49% | - |
| HSV(B) | 212.33º | 0.96% | 0.95% | - |
| XYZ | 22.24 | 18.9 | 85.7 | - |
| YUV | 98.26 | 208.55 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 241 | 0.96 | 0.52 | 0 | 0.05 | 212.33 | 0.93 | 0.49 |
| Hex | 9 | 74 | F1 | 60 | 34 | 0 | 5 | D4 | 5D | 31 |
| Octal | 11 | 164 | 361 | 140 | 64 | 0 | 5 | 324 | 135 | 61 |
| Binary | 1001 | 1110100 | 11110001 | 1100000 | 110100 | 0 | 101 | 11010100 | 1011101 | 110001 |
Color Harmonies of #0974F1
Complementary color
Monochromatic Colors of #0974F1
Black with #0974F1
Text Example
Text Example
White with #0974F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0974F1; }
p { color: rgb(9,116,241); }
H1.HeaderClassName
{
color: #0974F1;
}
.AnyTagClassName
{
color: #0974F1;
}
</style>
background-color css
<style>
a { background-color: #0974F1; }
a { background-color: rgb(9,116,241); }
div.DivClassName
{
background-color: #0974F1;
}
.BgClassName
{
background-color: #0974F1;
}
</style>
border-color css
<style>
span { border-color: #0974F1; }
span { border-color: rgb(9,116,241); }
td.TdClassName
{
border-color: #0974F1;
}
.TagClassName
{
border-color: #0974F1;
}
</style>