Shades of Dodger Blue #0974FB
Tints of Dodger Blue #0974FB
RGB
CMYK
RGB Variations
Color information
#0974FB (or 0x0974FB) is known color: Dodger Blue. HEX triplet: 09, 74 and FB. RGB value is (9,116,251). Sum of RGB (Red+Green+Blue) = 9+116+251=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #0974FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0974FB is #F68B04. Grayscale: #626262. Windows color (decimal): -16157445 or 16479241. OLE color: 16479241.
HSL color Cylindrical-coordinate representation of color #0974FB: hue angle of 213.47º 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 #0974FB is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 116 | 251 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.02 |
| HSL | 213.47º | 0.97% | 0.51% | - |
| HSV(B) | 213.47º | 0.96% | 0.98% | - |
| XYZ | 23.77 | 19.51 | 93.78 | - |
| YUV | 99.4 | 213.55 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 251 | 0.96 | 0.54 | 0 | 0.02 | 213.47 | 0.97 | 0.51 |
| Hex | 9 | 74 | FB | 60 | 36 | 0 | 2 | D5 | 61 | 33 |
| Octal | 11 | 164 | 373 | 140 | 66 | 0 | 2 | 325 | 141 | 63 |
| Binary | 1001 | 1110100 | 11111011 | 1100000 | 110110 | 0 | 10 | 11010101 | 1100001 | 110011 |
Color Harmonies of #0974FB
Complementary color
Monochromatic Colors of #0974FB
Black with #0974FB
Text Example
Text Example
White with #0974FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0974FB; }
p { color: rgb(9,116,251); }
H1.HeaderClassName
{
color: #0974FB;
}
.AnyTagClassName
{
color: #0974FB;
}
</style>
background-color css
<style>
a { background-color: #0974FB; }
a { background-color: rgb(9,116,251); }
div.DivClassName
{
background-color: #0974FB;
}
.BgClassName
{
background-color: #0974FB;
}
</style>
border-color css
<style>
span { border-color: #0974FB; }
span { border-color: rgb(9,116,251); }
td.TdClassName
{
border-color: #0974FB;
}
.TagClassName
{
border-color: #0974FB;
}
</style>