Shades of Dodger Blue #047CF6
Tints of Dodger Blue #047CF6
RGB
CMYK
RGB Variations
Color information
#047CF6 (or 0x047CF6) is known color: Dodger Blue. HEX triplet: 04, 7C and F6. RGB value is (4,124,246). Sum of RGB (Red+Green+Blue) = 4+124+246=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #047CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CF6 is #FB8309. Grayscale: #656565. Windows color (decimal): -16483082 or 16153604. OLE color: 16153604.
HSL color Cylindrical-coordinate representation of color #047CF6: hue angle of 210.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CF6 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 124 | 246 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.04 |
| HSL | 210.25º | 0.97% | 0.49% | - |
| HSV(B) | 210.25º | 0.98% | 0.96% | - |
| XYZ | 23.89 | 21.09 | 90 | - |
| YUV | 102.03 | 209.24 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 246 | 0.98 | 0.50 | 0 | 0.04 | 210.25 | 0.97 | 0.49 |
| Hex | 4 | 7C | F6 | 62 | 32 | 0 | 4 | D2 | 61 | 31 |
| Octal | 4 | 174 | 366 | 142 | 62 | 0 | 4 | 322 | 141 | 61 |
| Binary | 100 | 1111100 | 11110110 | 1100010 | 110010 | 0 | 100 | 11010010 | 1100001 | 110001 |
Color Harmonies of #047CF6
Complementary color
Monochromatic Colors of #047CF6
Black with #047CF6
Text Example
Text Example
White with #047CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CF6; }
p { color: rgb(4,124,246); }
H1.HeaderClassName
{
color: #047CF6;
}
.AnyTagClassName
{
color: #047CF6;
}
</style>
background-color css
<style>
a { background-color: #047CF6; }
a { background-color: rgb(4,124,246); }
div.DivClassName
{
background-color: #047CF6;
}
.BgClassName
{
background-color: #047CF6;
}
</style>
border-color css
<style>
span { border-color: #047CF6; }
span { border-color: rgb(4,124,246); }
td.TdClassName
{
border-color: #047CF6;
}
.TagClassName
{
border-color: #047CF6;
}
</style>