Shades of Dodger Blue #0974F6
Tints of Dodger Blue #0974F6
RGB
CMYK
RGB Variations
Color information
#0974F6 (or 0x0974F6) is known color: Dodger Blue. HEX triplet: 09, 74 and F6. RGB value is (9,116,246). Sum of RGB (Red+Green+Blue) = 9+116+246=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #0974F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0974F6 is #F68B09. Grayscale: #626262. Windows color (decimal): -16157450 or 16151561. OLE color: 16151561.
HSL color Cylindrical-coordinate representation of color #0974F6: hue angle of 212.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974F6 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 116 | 246 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.04 |
| HSL | 212.91º | 0.93% | 0.5% | - |
| HSV(B) | 212.91º | 0.96% | 0.96% | - |
| XYZ | 22.99 | 19.2 | 89.68 | - |
| YUV | 98.83 | 211.05 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 246 | 0.96 | 0.53 | 0 | 0.04 | 212.91 | 0.93 | 0.5 |
| Hex | 9 | 74 | F6 | 60 | 35 | 0 | 4 | D5 | 5D | 32 |
| Octal | 11 | 164 | 366 | 140 | 65 | 0 | 4 | 325 | 135 | 62 |
| Binary | 1001 | 1110100 | 11110110 | 1100000 | 110101 | 0 | 100 | 11010101 | 1011101 | 110010 |
Color Harmonies of #0974F6
Complementary color
Monochromatic Colors of #0974F6
Black with #0974F6
Text Example
Text Example
White with #0974F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0974F6; }
p { color: rgb(9,116,246); }
H1.HeaderClassName
{
color: #0974F6;
}
.AnyTagClassName
{
color: #0974F6;
}
</style>
background-color css
<style>
a { background-color: #0974F6; }
a { background-color: rgb(9,116,246); }
div.DivClassName
{
background-color: #0974F6;
}
.BgClassName
{
background-color: #0974F6;
}
</style>
border-color css
<style>
span { border-color: #0974F6; }
span { border-color: rgb(9,116,246); }
td.TdClassName
{
border-color: #0974F6;
}
.TagClassName
{
border-color: #0974F6;
}
</style>