Shades of Dodger Blue #047BF6
Tints of Dodger Blue #047BF6
RGB
CMYK
RGB Variations
Color information
#047BF6 (or 0x047BF6) is known color: Dodger Blue. HEX triplet: 04, 7B and F6. RGB value is (4,123,246). Sum of RGB (Red+Green+Blue) = 4+123+246=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #047BF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BF6 is #FB8409. Grayscale: #646464. Windows color (decimal): -16483338 or 16153348. OLE color: 16153348.
HSL color Cylindrical-coordinate representation of color #047BF6: hue angle of 210.5º 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 #047BF6 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 123 | 246 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.04 |
| HSL | 210.5º | 0.97% | 0.49% | - |
| HSV(B) | 210.5º | 0.98% | 0.96% | - |
| XYZ | 23.77 | 20.85 | 89.96 | - |
| YUV | 101.44 | 209.58 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 246 | 0.98 | 0.50 | 0 | 0.04 | 210.5 | 0.97 | 0.49 |
| Hex | 4 | 7B | F6 | 62 | 32 | 0 | 4 | D2 | 61 | 31 |
| Octal | 4 | 173 | 366 | 142 | 62 | 0 | 4 | 322 | 141 | 61 |
| Binary | 100 | 1111011 | 11110110 | 1100010 | 110010 | 0 | 100 | 11010010 | 1100001 | 110001 |
Color Harmonies of #047BF6
Complementary color
Monochromatic Colors of #047BF6
Black with #047BF6
Text Example
Text Example
White with #047BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BF6; }
p { color: rgb(4,123,246); }
H1.HeaderClassName
{
color: #047BF6;
}
.AnyTagClassName
{
color: #047BF6;
}
</style>
background-color css
<style>
a { background-color: #047BF6; }
a { background-color: rgb(4,123,246); }
div.DivClassName
{
background-color: #047BF6;
}
.BgClassName
{
background-color: #047BF6;
}
</style>
border-color css
<style>
span { border-color: #047BF6; }
span { border-color: rgb(4,123,246); }
td.TdClassName
{
border-color: #047BF6;
}
.TagClassName
{
border-color: #047BF6;
}
</style>