Shades of Dodger Blue #0974FE
Tints of Dodger Blue #0974FE
RGB
CMYK
RGB Variations
Color information
#0974FE (or 0x0974FE) is known color: Dodger Blue. HEX triplet: 09, 74 and FE. RGB value is (9,116,254). Sum of RGB (Red+Green+Blue) = 9+116+254=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #0974FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0974FE is #F68B01. Grayscale: #636363. Windows color (decimal): -16157442 or 16675849. OLE color: 16675849.
HSL color Cylindrical-coordinate representation of color #0974FE: hue angle of 213.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974FE is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 116 | 254 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.00 |
| HSL | 213.8º | 0.99% | 0.52% | - |
| HSV(B) | 213.8º | 0.96% | 1% | - |
| XYZ | 24.25 | 19.7 | 96.29 | - |
| YUV | 99.74 | 215.05 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 254 | 0.96 | 0.54 | 0 | 0.00 | 213.8 | 0.99 | 0.52 |
| Hex | 9 | 74 | FE | 60 | 36 | 0 | 0 | D6 | 63 | 34 |
| Octal | 11 | 164 | 376 | 140 | 66 | 0 | 0 | 326 | 143 | 64 |
| Binary | 1001 | 1110100 | 11111110 | 1100000 | 110110 | 0 | 0 | 11010110 | 1100011 | 110100 |
Color Harmonies of #0974FE
Complementary color
Monochromatic Colors of #0974FE
Black with #0974FE
Text Example
Text Example
White with #0974FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0974FE; }
p { color: rgb(9,116,254); }
H1.HeaderClassName
{
color: #0974FE;
}
.AnyTagClassName
{
color: #0974FE;
}
</style>
background-color css
<style>
a { background-color: #0974FE; }
a { background-color: rgb(9,116,254); }
div.DivClassName
{
background-color: #0974FE;
}
.BgClassName
{
background-color: #0974FE;
}
</style>
border-color css
<style>
span { border-color: #0974FE; }
span { border-color: rgb(9,116,254); }
td.TdClassName
{
border-color: #0974FE;
}
.TagClassName
{
border-color: #0974FE;
}
</style>